Multifunctional Telegram bot for marketing
Multifunctional Telegram bot for marketing
A multifunctional Telegram bot in Python designed for marketing automation. The architecture includes two components: a network of user-bots on Telethon and a management admin panel on Aiogram.
Key functionality:
- Multi-account core: Management of a pool of Telethon accounts with proxy support (including rotation, bulk addition, and auto-assignment).
- AI generation: Integration with OpenAI API (with a key rotation mechanism, limit consideration, and fault-tolerant fallback to G4F) for generating comments and conducting dialogues.
- Automation:
- Responding to keywords (global and by categories).
- Auto-commenting on new posts in target channels.
- Conducting multi-step dialogues with users.
- Sending comments on a schedule (APScheduler).
- Admin panel: Full UI for managing accounts (checking, removing banned ones, bulk updating profiles), chats (bulk adding/removing), AI settings, analytics (SQLite), and background tasks.
A multifunctional Telegram bot in Python designed for marketing automation. The architecture includes two components: a network of user-bots on Telethon and a management admin panel on Aiogram.
Key functionality:
- Multi-account core: Management of a pool of Telethon accounts with proxy support (including rotation, bulk addition, and auto-assignment).
- AI generation: Integration with OpenAI API (with a key rotation mechanism, limit consideration, and fault-tolerant fallback to G4F) for generating comments and conducting dialogues.
- Automation:
- Responding to keywords (global and by categories).
- Auto-commenting on new posts in target channels.
- Conducting multi-step dialogues with users.
- Sending comments on a schedule (APScheduler).
- Admin panel: Full UI for managing accounts (checking, removing banned ones, bulk updating profiles), chats (bulk adding/removing), AI settings, analytics (SQLite), and background tasks.