-
Notifications
You must be signed in to change notification settings - Fork 0
Home
klept0 edited this page Sep 23, 2025
·
3 revisions
An asynchronous Telegram message forwarding bot with a modern Python architecture, built with Telethon and Rich.
This project is based on the original Telegram Forwarder Bot by Mohammad Shabib.
- Async/Await Architecture: Fully asynchronous for high performance
- Live Forwarding: Real-time message forwarding with event handlers
- History Forwarding: Bulk message forwarding with date filtering
- Progress Tracking: Real-time progress indicators
- Multi-Account Support: Switch between multiple Telegram accounts
- Rate Limiting: Built-in rate limiting to respect API limits
- Rich Console UI: Beautiful terminal interface
- Type-Safe: Full type hints with mypy support