Skip to content

Instantly share code, notes, and snippets.

@kosyfrances
Last active January 7, 2016 09:03
Show Gist options
  • Save kosyfrances/36702990c7c5e069021a to your computer and use it in GitHub Desktop.
Save kosyfrances/36702990c7c5e069021a to your computer and use it in GitHub Desktop.
Deploying a pure python slack-bot on heroku

This is not explanatory, and I have plans to explain better in my up-coming blog. It was difficult for me to find comprehensive information for pure python apps when I wanted to deploy my bot to heroku

Follow this process: https://devcenter.heroku.com/articles/getting-started-with-python Scale the worker process with heroku ps:scale worker=1 to keep the bot process running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment