Preview on instagram : https://shorturl.at/TBf3F
- π Auto-detects new files & folders
- π€ Uploads everything to Telegram
- π¬ Video upload support (auto-zip if >50MB)
- ποΈ Full folder ZIP + upload
- π
.backupignoresupport - π Modern progress bar (tqdm)
- π Desktop notifications
- π Skips already uploaded files
- π§Ή Deletes files after successful backup
Backup/
βββ file1.txt
βββ video.mp4
βββ project/
βββ .backupignore
βββ .uploaded_list.txt
telegram.py
Edit these parameters in telegram.py:
BOT_TOKEN = "YOUR_TELEGRAM_BOT_TOKEN"
CHAT_ID = "YOUR_CHAT_ID"
BACKUP_FOLDER = r"Backup"
python telegram.py
The bot will automatically check for updates every 10 seconds.
*.log
*.tmp
secret.txt
cache/
Amit Kadam
GitHub: https://github.com/amitkadam96k
Telegram: @agent_k9
Email: [email protected]
If this script helped you, give the repository a star β on GitHub!