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