Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 624 Bytes

pokebot

Its on Telegram at @Veg_Pokedex_Bot

Setup

  1. Clone the repo.
  2. Get your api token from Botfather
  3. Save the token in a file named API_TOKEN in root directory of repo.
  4. Install requirements : pip install -r requirements.txt
  5. Start the bot: python bot.py

It should respond to messages now.

  • If you get errors due to beckett, try using python3.9

Credits

  1. python-telegram-bot
  2. PokeAPI and its wrapper pokepy