medivo / slack-responder

13 stars 12 forks source link

Slack Responder

The slack-responder app responds to Trello POST requests and creates Trello cards :smile:. Our Slack Slash Command blog post provides a detailed walkthrough to get this app up-and-running to create cards on Trello backlog boards that correspond with Slack channels. Here's the TL;DR:

Demo

Here is a video of the slack-responder app in action.

Deployment

Deployment to Heroku

slack-responder is set up to easily be deployed to Heroku.

  1. Deploy the app to Heroku (you can deploy elsewhere, but the app is all set up for Heroku).

  2. Get the environment variables that are required to run the app.

  3. Set the environment variables in Heroku.

Deployment with Docker

codelitt created a Sinatra application with the same functionality as this Rails application that is meant to be deployed with Docker.

Additional features will be added soon!

Contributing

Feel free to submit a pull request if you have any improvements.