Choke is a telegram bot(@getAqiBot) that can check AQI and send daily notification. Choke uses python-telegram-bot.
Create your .env file first.
runLocally = true
telegramToken = 'your telegram bot token'
aqiToken = 'your aqicn API key'
herokuURL = 'your Heroku app's name like lit-bastion-5032'
Then run locally:
$ pipenv --three
$ pipenv run pip install pip==18.0
$ pipenv install
$ pipenv shell
// test locally
$ heroku local
// deploy changes
$ git push heroku master