a simple telegram bot
- clone this repository
- install the telegram bot library.
pip3 install python-telegram-bot
- create telegram bot using @BotFather
/newbot
- get NINJAS API KEY
- add keys in config.py
BOT_KEY = "your_bot_key_here"
NINJAS_KEY = "your_ninjas_api_key_here"
- run the main.py
python3 main.py