.backupignore supportBackup/
โโโ 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.
.backupignore*.log
*.tmp
secret.txt
cache/
If this script helped you, give the repository a star โญ on GitHub!