A simple modular Telegram Bot written in python.
To use:
- Install requirements with
pip3 install -r requirements.txt
- Fill out the
.ini.sample
file and rename toBot.ini
- Run with
./Bot.py
orpython3.5 Bot.py
Run /help for help.
Modules can be added in the modules
folder, and then added to the command list in the main bot.py file.