Parse Trello activity feed into Campfire.
Get your Trello API key and Trello API token, then clone the repo or:
$ gem install trello-campfire
To start the daemon:
$ trello-campfire start -- --campfire-subdomain <campfire subdomain> --campfire-token <campfire token> --campfire-room-name <campfire room> --trello-board-id <trello board id> --trello-api-key <trello api key> --trello-api-token <trello api token>
To stop the daemon:
$ trello-campfire stop
- 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 CAMPFIRE_SUBDOMAIN=fill_me_in CAMPFIRE_ROOM=fill_me_in CAMPFIRE_TOKEN=fill_me_in UPDATE_INTERVAL=30
Also, you may need to start your worker: heroku ps:scale worker=1
trello-campfire is brought to your by Simon de Carufel and contributors to the project. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by creating new issues.