To use this project, follow these steps:
- Create your working environment with virtualenv.
- Install requirements with
pip install -r requirements.txt
- Test locally with
./manage.py runserver
An example URL: http://localhost:8000/slack/puppies
This is set up to be a slack slash command. See https://api.slack.com/slash-commands. It doesn't have token authentication, because the pin search is not secret.
$ heroku create
$ git push heroku master
See also, a ready-made application, ready to deploy.