A collection of cross-integrated utils and components for Telegram bots.
Botspot features 3 main sections:
- core configure and connect the botspot components to your aiogram dispatcher
- components featured: user_data
- utils featured: send_safe
- Clone template repository https://github.com/calmmage/botspot-template
- Enable/disable components with example.env
- Run the bot with run.py
- You can see component usage examples at https://github.com/calmmage/botspot/tree/main/examples
- Generally, you can access components via singleton
depsobject and deps_getters utils
from botspot.utils.deps_getters import get_bot, get_database, get_scheduler