Python library containing utils for telegram bots
made by SDAL: minish144 & usual-one
- Incoming/outcoming messages service
- Locale-dependent data storage
- Logger
- Role system
- State system
- User meta data storage
All the dependencies can be found in requirements.txt
file.
pip install advanced-telegram-bot
Just import the class and you're good to go
from advancedbot import TelegramBot
Help can be found in our wiki pages.