A simple Telegram bot that stores messages (text, media, files) and generates shareable deep links. When a user opens the link, the stored content is sent to them automatically.
- Author: Mr. Velox
- Telegram: C2_9H
- Supports Text, Photos, Videos, Audio, Voice, and Documents.
- SQLite database for persistent storage.
- Unique ID generation for every upload.
- Deep linking support (
/start <id>).
- Install Python 3.9+.
- Install dependencies:
pip install -r requirements.txt - Open
main.pyand replaceYOUR_TOKEN_HEREwith your actual Telegram Bot Token. - Run the bot:
python main.py