Telegram-Auto-Backup-Bot

๐ŸŒŸ Telegram Auto Backup Bot.

โœจ Features


๐Ÿ“ Folder Structure

Backup/
 โ”œโ”€โ”€ file1.txt
 โ”œโ”€โ”€ video.mp4
 โ”œโ”€โ”€ project/
 โ”œโ”€โ”€ .backupignore
 โ””โ”€โ”€ .uploaded_list.txt
telegram.py

โš™๏ธ Configuration

Edit these parameters in telegram.py:

BOT_TOKEN = "YOUR_TELEGRAM_BOT_TOKEN"
CHAT_ID = "YOUR_CHAT_ID"
BACKUP_FOLDER = r"Backup"

โ–ถ๏ธ How to Run

python telegram.py

The bot will automatically check for updates every 10 seconds.


๐Ÿ“ Example .backupignore

*.log
*.tmp
secret.txt
cache/

๐Ÿ‘ค Author

Amit Kadam
GitHub: https://github.com/piyushkadam96k
Telegram: @K9agentonduty
Email: kadamamit462@gmail.com


โญ Support the Project

If this script helped you, give the repository a star โญ on GitHub!

updating