https://github.com/rafaelrinaldi/brooklynjs
Simple bot that warns you when tickets for BrooklynJS are available
https://github.com/rafaelrinaldi/brooklynjs
bot brooklyn javascript slack
Last synced: about 1 year ago
JSON representation
Simple bot that warns you when tickets for BrooklynJS are available
- Host: GitHub
- URL: https://github.com/rafaelrinaldi/brooklynjs
- Owner: rafaelrinaldi
- Created: 2016-06-09T18:13:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T18:16:02.000Z (about 10 years ago)
- Last Synced: 2025-03-20T12:54:38.473Z (over 1 year ago)
- Topics: bot, brooklyn, javascript, slack
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[author]: http://rinaldi.io
[brooklynjs]: http://brooklynjs.com
[slack-token]: https://api.slack.com/web#authentication
# brooklynjs
> Simple bot that warns you when tickets for [BrooklynJS][brooklynjs] are available.

## Why
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!
## Running
```sh
$ # Will ping the event page every 10 minutes
$ npm start
```
### Notes
* Make sure you fill the information under `options.js` properly ([generate a Slack token here][slack-token])
* Under `options.channel` you can either use a `#slack-channel` or a `@username`
## Test
```sh
$ npm test
```
## License
MIT ® [Rafael Rinaldi][author]