Simple bot that warns you when tickets for BrooklynJS are available.
I never got the chance to go to a BrooklynJS because the tickets are almost always sold out in a matter of minutes.
Since I'm on Slack all day anyway I created a simple Node.js script that will ping the events page every now and then to check for tickets and let me know on Slack if there's any. Maybe this will help me to finally attend!
$ # Will ping the event page every 10 minutes
$ npm start
- Make sure you fill the information under
options.js
properly (generate a Slack token here) - Under
options.channel
you can either use a#slack-channel
or a@username
$ npm test
MIT ® Rafael Rinaldi