Final release: Multi-session comment bot with filtering

Features:
- Multi-account support (session files)
- AI comments via Ollama
- Telegram bot moderation
- Filter by sessions and groups
- Docker support
- Auto-join groups
- Log notifications
- DB migration script

Bug fixes:
- Fixed comment_to for proper post targeting
- Fixed entity lookup with multiple ID formats
- Fixed callback handlers for filtering
- Added auto-join before entity lookup
This commit is contained in:
2026-02-28 01:44:40 +03:00
parent a18ad30961
commit bb27161524
8 changed files with 537 additions and 99 deletions

5
.gitignore vendored
View File

@@ -55,6 +55,8 @@ logs/
*.swp
*.swo
*~
# macOS
.DS_Store
# Testing
@@ -69,3 +71,6 @@ docs/_build/
tmp/
temp/
*.tmp
# Migration scripts (optional)
migrate_db.py