- Clone this repo.
- Create a bot and copy the API token.
- Fill
bot/config.py
with your credentials. This step is required.
- cd into project folder.
sudo chmod a+x bin/bot
make run
- cd into project folder.
git push heroku master
heroku ps:scale worker=1
heroku ps
to check that bot is up and running. 👍