Skip to content

TexRx/trello-hipchat-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trello-hipchat-bot

This bot is designed to be run as a free Heroku project. As with any good 12 Factor App, you will need to set a few environment variables. For example:

heroku config:set --app my-new-heroku-app \
  HIPCHAT_API_TOKEN=8w1cxvrvxitgvkoaq9clfqqzgy7n7g \
  HIPCHAT_ROOM=Engineering,QA,Engineering \
  TRELLO_OAUTH_PUBLIC_KEY=xre3rgsdbbvvjsy74axyqmtddgdnrr8e \
  TRELLO_TOKEN=pdwnbruojwrdvfxxuyu9vtzaea6vfojf9bfa6jcmutkdfomwlk2izmxwnvdcwgkv \
  TRELLO_BOARD=ododysnyxgfqsvtpky7fqqcz,sadnkjasbdksabfsafj32ssd,sadojfsdoerwogioj43

It runs as a worker process with no exposure to the web.

heroku ps:scale web=0 --app my-new-heroku-app
heroku ps:scale worker=1 --app my-new-heroku-app

Contributing

This project isn't actively in use by the original authors. Anyone interested in adopting it should contact @jelder.

  1. Fork it.
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

About

Boundless' method for integrating Trello and HipChat - contributors wanted!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published