Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 838 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 838 Bytes

How to Use

To use this project, follow these steps:

  1. Create your working environment with virtualenv.
  2. Install requirements with pip install -r requirements.txt
  3. 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.

Deployment to Heroku

$ heroku create
$ git push heroku master

See also, a ready-made application, ready to deploy.

Further Reading