A telegram bot that allows to obtain pokemon data and everything related to it, like a pokedex.
Need python installed and telegram bot created. Use BotFather.
clone the repository:
git clone git@github.com:MrTanuk/TelePokeBot.git
cd TelePokeBotCreate a virtual environment:
python -m venv envTo active the virtual environment:
Linux/macOS:
source env/bin/activateWindows:
.\venv\Scripts\activateInstall the libraries pyTelegramBotAPI and python-dotenv
pip install pyTelegramBotAPI python-dotenvAdd your bot's token and name in a .env file.
BOT_TOKEN=1234567890
BOT_NAME=name_exampleThen, can start the bot
python bot.pyTop stop it, use the command Ctrl + C
- Command /pokedex {id/name-pokemon} get the principal data of a pokemon
- Command /help obtain all the commands bot can offers
New features coming soon