Initial commit: Telegram monitoring bot with external configuration

- Externalize configuration to YAML (config_example.yaml)
- Add config loader with validation in bot.py
- Implement DatabaseManager for activity logging and user stats
- Add message handlers with topic awareness
- Include setup_venv.sh for automated environment setup
- Add requirements.txt with dependencies (python-telegram-bot, PyYAML)
- Comprehensive README with setup and configuration instructions
This commit is contained in:
2026-06-09 19:32:07 +02:00
commit 4819bdb70e
7 changed files with 400 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
python-telegram-bot>=20.0
PyYAML>=6.0