Discover and explore top open-source AI tools and projects—updated daily.
anasty17Telegram bot for mirroring/leeching files to cloud storage
Top 12.4% on SourcePulse
This Telegram bot is designed for efficient file mirroring and leeching from various sources like direct links, torrents, Google Drive, and cloud storage to destinations including Google Drive, Telegram, or rclone-supported clouds. It targets users who need a versatile and automated solution for file transfers and management via a Telegram interface.
How It Works
The bot leverages asynchronous Python programming to handle multiple file transfer operations concurrently. It integrates with download clients like qBittorrent, Aria2c, and Sabnzbd, and cloud storage providers via rclone and Google Drive APIs. Key features include file selection during torrent downloads, configurable seeding ratios/times, and flexible upload options like split sizes, thumbnails, and custom filenames.
Quick Start & Requirements
git clone https://github.com/anasty17/mirror-leech-telegram-bot mirrorbot/ && cd mirrorbot), install dependencies (pip3 install -r requirements-cli.txt), and configure config.py.APP_ID, APP_HASH), Bot Token, Owner ID are mandatory.sudo docker build . -t mltb) and run (sudo docker run --network host mltb), or via docker compose up.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
token.pickle for Google Drive requires a local browser environment, which might be a hurdle for server-only deployments.1 week ago
1 day
mistralai