- Hipchat account
- Trello account
- A bot account which could be added to your Trello boards could monitor all notifications
- I have tested it on ruby 1.9.2-p320, not sure other versions work.
- A ubuntu machine (aws-like) which can run your cron, or a loop.
NOTE: Trello doesn't have webhook, so this works on polling method.
-
Run bundle install
-
Create your trello app - trello api
-
Create a copy of config.yml.sample as config.yml, copy the above key here.
-
Create a bot user and add it to the board.
-
Get authorization token for the bot user
-
Save the auth token in config.yml
-
Run the fetch_loop.rb in commandline, or just add an entry in cron