Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 288 Bytes

File metadata and controls

12 lines (7 loc) · 288 Bytes

Bale-Bot-Workshop

First run this command to install PIL library:

  • pip install pillow

Do these steps to deploy the bot on Heroku:

  • $ heroku create
  • add a Procfile and fill it with worker: python bot.py
  • commit the changes and then $ git push heroku master