Its on Telegram at @Veg_Pokedex_Bot
- Clone the repo.
- Get your api token from Botfather
- Create an app in Heroku
- Save the token in a Config Var (Environment variable) on Heroku by the name
API_TOKEN - Push the repo to Heroku and activate one dyno (free).
For more help refer to: https://github.com/Eldinnie/ptb-heroku-skeleton/blob/master/README.md One difference is that I'm saving the API_TOKEN in the config and not a string in the python file.
It should respond to messages now.
- python-telegram-bot
- PokeAPI and its wrapper pokepy