This is a flask app that implements a number of slash commands for Slack.
- clone this repository
- set up a Python 3 virtual environment with
pyvenv venv - install the dependencies with
pip install -r requirements - you're done
- install foreman with
gem install foreman - create a
.envfile using the.env.exampleas a template - use
foreman startif you want to run the service as Heroku runs it - use
foreman start --procfile Procfile.devif you want to debug and auto-load on file changes
This repository auto-deploys to Heroku. Simply check in to the master branch and you're done.
If you find bugs, or have suggestions, open a GitHub issue
All that stuff can be found in LICENSE.md and CONTRIBUTING.md. Go on...read them. You know you want to.
