About
A streamlined spin-off of SRC BOT. While it won't replace the original codebase, it gets the core job done perfectly for anyone who just wants pure simplicity.A super simple Telegram bot that saves stuff from public and private post links.
Just paste a link, and let the bot do its thing. No fuss.
Important Notes
- The bot only works in private chats (for your safety).
- Only one active save runs at a time -- keeps things stable.
- Batch saves have a 7-second delay between messages to avoid hitting API limits.
- Your session is stored locally in SQLite -- no external databases.
- There's a built-in warning page inside the bot UI so you always know what's up.
What it can do
Feature | Details |
|---|---|
Public link saving | Save media from normal t.me/channel/message_id links. |
Private link saving | Save from restricted t.me/c/... links after you log in. |
Batch support | Grab a range of messages, like 10-60. |
Batch limit control | Set exactly how many messages to fetch per link. |
Caption tools | Add your own custom caption or remove existing ones. |
Status check | See your session state, batch limit, caption settings, and how many you've saved. |
Login flow | Secure OTP keypad + 2FA password support -- just like Telegram. |
Render keep-alive | Built-in health server + auto-ping so it doesn't fall asleep on free hosts. |