Its on Telegram at @Veg_Pokedex_Bot
- Clone the repo.
- Get your api token from Botfather
- Save the token in a file named API_TOKEN in root directory of repo.
- Install requirements :
pip install -r requirements.txt
- Start the bot:
python bot.py
It should respond to messages now.
- If you get errors due to
beckett
, try usingpython3.9
- python-telegram-bot
- PokeAPI and its wrapper pokepy