TeleSync Plugin
Store files on Telegram, written in Python.
Commands
Files
telesync file upload— Upload a file to Telegramtelesync file download— Download a file from Telegramtelesync file list— List stored files on Telegram
Usage Examples
telesync file upload --path ./myfile.txt
telesync file download --id 12345 --output ./downloaded.txt
telesync file list
telesync --help
Installation
pip install telesync
Key Features
- Store files on Telegram as a free cloud backend
- Upload and download files
- List stored files
- Telegram Bot API integration