Awesome
trello-hipchat
Parse Trello activity feed into HipChat.
Setup
Get your Trello API key and Trello API token, then clone the repo or:
Heroku
- Clone the repo
- Create a new Heroku app:
heroku create
- Push:
git push heroku master
- Set your config vars:
heroku config:set TRELLO_API_KEY=fill_me_in TRELLO_API_TOKEN=fill_me_in TRELLO_BOARD_ID=fill_me_in HIPCHAT_ROOM=fill_me_in HIPCHAT_TOKEN=fill_me_in HIPCHAT_USERNAME_TO_DISPLAY=fill_me_in UPDATE_INTERVAL=30
Also, you may need to start your worker: heroku ps:scale worker=1
Credits
This code is heavily based on trello-campfire is brought to your by Simon de Carufel.