Telegram bot ↔ Backend ↔ X. Each account runs in a separate process.
Two Parts of the System
<aside>
📱 Telegram Bot
- Your control panel
- Manage accounts, view statistics, receive alerts
- Works from any device through the Telegram client
</aside>
<aside>
⚙️ ️ Backend
- Polls X, generates replies, and publishes them
- 14 anti-detection layers mimic a real user
- Isolated per account: one process for each X account
</aside>
One Reply Cycle
From finding a tweet to publishing a reply, it usually takes 30-60 seconds:
- The backend checks your sources every 30 seconds
- It finds fresh tweets that match your filters: age, keywords, and types
- AI writes a reply in your character's style
- Rate limit: token bucket with hourly epochs
- Anti-detection layer: 14 steps that mimic Chrome behavior
Process Isolation
<aside>
🚀 Ready to launch? Go to Quick Start — we will connect your first X account.
</aside>