➥ This is a Telegram Bot written in Python for mirroring files on the Internet to your Google Drive or Telegram. Based on python-aria-mirror-bot
- ➥ qBittorrent - ➥ Telegram Premium 4GB Leech - ➥ Select files from Torrent before downloading using qbittorrent - ➥ Leech (splitting, thumbnail for each user, setting as document or as media for each user) - ➥ Size limiting for Torrent/Direct, Zip/Unzip, Mega and Clone - ➥ Stop duplicates for all tasks except yt-dlp tasks - ➥ Zip/Unzip G-Drive links - ➥ Counting files/folders from Google Drive link - ➥ View Link button, extra button to open file index link in broswer instead of direct download - ➥ Status Pages for unlimited tasks - ➥ Clone status - ➥ Heroku Dyno Status - ➥ Leech Size Limit - ➥ Search in multiple Drive folder/TeamDrive - ➥ Recursive Search (only with `root` or TeamDrive ID, folder ids will be listed with non-recursive method) - ➥ Multi-TD list by token.pickle if exists - ➥ Extract rar, zip and 7z splits with or without password - ➥ Zip file/folder with or without password - ➥ Use Token.pickle if file not found with Service Account for all Gdrive functions - ➥ Random Service Account at startup - ➥ Mirror/Leech/Watch/Clone/Count/Del by reply - ➥ YT-DLP quality buttons - ➥ Search on torrents with Torrent Search API or with variable plugins using qBittorrent search engine - ➥ Docker image support for linux `amd64, arm64, arm/v7, arm/v6, s390x, arm64/v8` (**Note**: Use `woodcraftbot/mltb:arm64` for `arm64/v8` or oracle) - ➥ Update bot at startup and with restart command using `UPSTREAM_REPO` - ➥ Qbittorrent seed until reaching specific ratio or time - ➥ Rss feed and filter. Based on this repository [rss-chan](https://github.com/hyPnOtICDo0g/rss-chan) - ➥ Save leech settings including thumbnails in database - ➥ Mirror/Leech/Clone multi links/files with one command - ➥ Extenstion Filter for uploading/cloning files - ➥ Incomplete task notifier to get incomplete task messages after restart, works with database. - ➥ Many bugs have been fixed-
➥ Leech-Log, Mirror-Log, Bot-PM
-
➥ Force Sub to channel
-
➥ AppDrive & GdToT Support
-
➥ Mirror direct download links, Torrent, and Telegram files to Google Drive
-
➥ Mirror Mega.nz links to Google Drive
-
➥ Copy files from someone's Drive to your Drive (Using Autorclone)
-
➥ Download/Upload progress, Speeds and ETAs
-
➥ Mirror all yt-dlp supported links
-
➥ Docker support
-
➥ Uploading to Team Drive
-
➥ Index Link support
-
➥ Service Account support
-
➥ Delete files from Drive
-
➥ Shortener support
-
➥ Multiple Trackers support
-
➥ Shell and Executor
-
➥ Add sudo users
-
➥ Custom Filename* (Only for direct links, Telegram files and yt-dlp. Not for Mega links, Gdrive links or Torrents)
-
➥ Extract password protected files
-
➥ Extract these filetypes and uploads to Google Drive
➥ ZIP, RAR, TAR, 7z, ISO, WIM, CAB, GZIP, BZIP2, APM, ARJ, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RPM, SquashFS, UDF, VHD, XAR, Z, TAR.XZ
-
➥ Direct links Supported:
letsupload.io, hxfile.co, anonfiles.com, bayfiles.com, antfiles, fembed.com, fembed.net, femax20.com, layarkacaxxi.icu, fcdn.stream, sbplay.org, naniplay.com, naniplay.nanime.in, naniplay.nanime.biz, sbembed.com, streamtape.com, streamsb.net, feurl.com, pixeldrain.com, racaty.net, 1fichier.com, 1drv.ms (Only works for file not folder or business account), uptobox.com (Uptobox account must be premium) and solidfiles.com
- Tutorial Video from A to Z:
- ★★★ Thanks to Wiszky
- Clone this repo:
git clone https://github.com/woodcraft5/mirror-leech-bot/ && cd
mirror-leech-bot
- For Debian based distros
sudo apt install python3 python3-pip
Install Docker by following the official Docker docs or by commands below.
sudo apt install snapd
sudo snap install docker
- For Arch and it's derivatives:
sudo pacman -S docker python
- Install dependencies for running setup scripts:
pip3 install -r requirements-cli.txt
cp config_sample.env config.env
- Remove the first line saying:
_____REMOVE_THIS_LINE_____=True
Fill up rest of the fields. Meaning of each field is discussed below:
1.➥ Required Fields
BOT_TOKEN: The Telegram Bot Token that you got from @BotFatherGDRIVE_FOLDER_ID: This is the Folder/TeamDrive ID of the Google Drive Folder to which you want to upload all the mirrors.OWNER_ID: The Telegram User ID (not username) of the Owner of the bot.IntDOWNLOAD_DIR: The path to the local folder where the downloads should be downloaded to.DOWNLOAD_STATUS_UPDATE_INTERVAL: Time in seconds after which the progress/status message will be updated. Recommended10seconds at least.IntAUTO_DELETE_MESSAGE_DURATION: Interval of time (in seconds), after which the bot deletes it's message and command message which is expected to be viewed instantly. NOTE: Set to-1to disable auto message deletion.IntIS_TEAM_DRIVE: SetTrueif uploading to TeamDrive. Default isFalse.BoolTELEGRAM_API: This is to authenticate your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org.IntTELEGRAM_HASH: This is to authenticate your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org.
2.➥ Optional Fields
DATABASE_URL: Your SQL Database URL. Follow this [Generate Database(https://github.com/woodcraft5/mirror-leech-bot/tree/master#generate-database) to generate database. Data will be saved in Database: auth and sudo users, leech settings including thumbnails for each user, rss data and incomplete tasks. NOTE: If deploying on heroku and using heroku postgresql delete this variable from config.env file. DATABASE_URL will be grabbed from heroku variables.AUTHORIZED_CHATS: Fill user_id and chat_id of groups/users you want to authorize. Separate them by space.SUDO_USERS: Fill user_id of users whom you want to give sudo permission. Separate them by space.IGNORE_PENDING_REQUESTS: Ignore pending requests after restart. Default isFalse.BoolUSE_SERVICE_ACCOUNTS: Whether to use Service Accounts or not. For this to work see Using Service Accounts section below. Default isFalse.BoolINDEX_URL: Refer to https://gitlab.com/ParveenBhadooOfficial/Google-Drive-Index.STATUS_LIMIT: Limit the no. of tasks shown in status message with buttons. NOTE: Recommended limit is4tasks.STOP_DUPLICATE: Bot will check file in Drive, if it is present in Drive, downloading or cloning will be stopped. (NOTE: File will be checked using filename not file hash, so this feature is not perfect yet). Default isFalse.BoolCMD_INDEX: commands index number. This number will added at the end all commands.UPTOBOX_TOKEN: Uptobox token to mirror uptobox links. Get it from Uptobox Premium Account.TORRENT_TIMEOUT: Timeout of dead torrents downloading with qBittorrent and Aria2c in seconds.EXTENTION_FILTER: File extentions that won't upload/clone. Separate them by space.INCOMPLETE_TASK_NOTIFIER: Get incomplete task messages after restart. Require database and (supergroup or channel). Default isFalse.Bool
FSUB: Force BOT users to subscribe a specific channel in order to use the bot. Set itTrueif you want to use FSUB. Default isFalse.CHANNEL_USERNAME: Add the channel username for force sub. (Example: If the channel link ishttps://t.me/woodcraft_repothen writewoodcraft_repo)FSUB_CHANNEL_ID: Add channel id forFSUB. (Ex:--100910022330022). ( Note Don't add "" )
-
MIRROR_LOGS: Group/Channel ID where Mirror-logs are posted. (Ex:-1006833907755). ( Note Don't add "" ) -
LEECH_LIMIT: To limit the size of Leech download. Don't add unit. Default unit isGB. -
STORAGE_THRESHOLD: To leave specific storage free and any download will lead to leave free storage less than this value will be cancelled. Don't add unit. Default unit isGB.
BOT_PM: To send Leeched files and mirrored links in PM, set itTrue(Falseby Default)LEECH_LOG: Group/Channel ID where Leech-logs are posted. (Ex:-100910022330022). ( Note Don't add "" )TG_SPLIT_SIZE: Size of split in bytes. Default is2GB.AS_DOCUMENT: Default type of Telegram file upload. Default isFalsemean as media.BoolEQUAL_SPLITS: Split files larger than TG_SPLIT_SIZE into equal parts size (Not working with zip cmd). Default isFalse.BoolCUSTOM_FILENAME: Add custom word to leeched file name.
-
Get cookies.txt ▷ https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid
-
Get Cookie-Editor ▷ https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm
- Three buttons are already added including Drive Link, Index Link, and View Link, you can add extra buttons, if you don't know what are the below entries, simply leave them empty.
BUTTON_FOUR_NAME:BUTTON_FOUR_URL:BUTTON_FIVE_NAME:BUTTON_FIVE_URL:BUTTON_SIX_NAME:BUTTON_SIX_URL:
SEARCH_API_LINK: Search api app link. Get your api from deploying this repository.- Supported Sites:
1337x, Piratebay, Nyaasi, Torlock, Torrent Galaxy, Zooqle, Kickass, Bitsearch, MagnetDL, Libgen, YTS, Limetorrent, TorrentFunk, Glodls, TorrentProject and YourBittorrent
SEARCH_LIMIT: Search limit for search api, limit for each site and not overall result limit. Default is zero (Default api limit for each site).SEARCH_PLUGINS: List of qBittorrent search plugins (github raw links). I have added some plugins, you can remove/add plugins as you want. Main Source: qBittorrent Search Plugins (Official/Unofficial).
NOTES
- Old authentication changed, now we can't use bot or replit to generate token.pickle. You need OS with a browser.
- Windows users should install python3 and pip. You can find how to install and use them from google or from this telegraph from Wiszky tutorial.
- You can ONLY open the generated link from
generate_drive_token.pyin local browser.
1.➥ Visit the Google Cloud Console 2.➥ Go to the OAuth Consent tab, fill it, and save. 3.➥ Go to the Credentials tab and click Create Credentials -> OAuth Client ID 4.➥ Choose Desktop and Create. 5.➥ Publish your OAuth consent screen App to prevent token.pickle from expire 6.➥ Use the download button to download your credentials. 7.➥ Move that file to the root of mirrorbot, and rename it to credentials.json 8.➥ Visit Google API page 9.➥ Search for Google Drive Api and enable it 10.➥ Finally, run the script to generate token.pickle file for Google Drive:
pip3 install google-api-python-client google-auth-httplib2 google-auth-oauthlib
python3 generate_drive_token.py
IMPORTANT NOTES:
1.➥ You must set SERVER_PORT variable to 80 or any other port you want to use.
2.➥ To clear the container (this will not affect on the image):
sudo docker container prune
3.➥ To delete the images:
sudo docker image prune -a
4.➥ Check the number of processing units of your machine with nproc cmd and times it by 4, then edit AsyncIOThreadsCount in qBittorrent.conf.
5.➥ Use woodcraftbot/mltb:arm64 for oracle or arm64/v8.
- Tutorial Video for Deploying on Oracle VPS:
- Thanks to Wiszky
- No need to use sudo su, you can also use sudo before each cmd!
- Start Docker daemon (skip if already running), if installed by snap then use 2nd command:
sudo dockerd
sudo snap start docker
- Note: If not started or not starting, run the command below then try to start.
sudo apt install docker.io
- Build Docker image:
sudo docker build . -t mirror-bot
- Run the image:
sudo docker run -p 80:80 mirror-bot
- To stop the image:
sudo docker ps
sudo docker stop id
NOTE: If you want to use port other than 80, change it in docker-compose.yml also.
sudo apt install docker-compose
- Build and run Docker image:
sudo docker-compose up
- After editing files with nano for example (nano start.sh):
sudo docker-compose up --build
- To stop the image:
sudo docker-compose stop
- To run the image:
sudo docker-compose start
- Tutorial video from Tortoolkit repo for docker-compose and checking ports
➥ Bot commands to be set in @BotFather
mirror - Mirror
zipmirror - Mirror and upload as zip
unzipmirror - Mirror and extract files
qbmirror - Mirror torrent using qBittorrent
qbzipmirror - Mirror torrent and upload as zip using qb
qbunzipmirror - Mirror torrent and extract files using qb
leech - Leech
zipleech - Leech and upload as zip
unzipleech - Leech and extract files
qbleech - Leech torrent using qBittorrent
qbzipleech - Leech torrent and upload as zip using qb
qbunzipleech - Leech torrent and extract using qb
clone - Copy file/folder to Drive
count - Count file/folder of Drive
watch - Mirror yt-dlp supported link
zipwatch - Mirror yt-dlp supported link as zip
leechwatch - Leech through yt-dlp supported link
leechzipwatch - Leech yt-dlp support link as zip
leechset - Leech settings
setthumb - Set thumbnail
status - Get Mirror Status message
rsslist - List all subscribed rss feed info
rssget - Get specific No. of links from specific rss feed
rsssub - Subscribe new rss feed
rssunsub - Unsubscribe rss feed by title
rssset - Rss Settings
list - Search files in Drive
search - Search for torrents with API
cancel - Cancel a task
cancelall - Cancel all tasks
del - Delete file/folder from Drive
log - Get the Bot Log
shell - Run commands in Shell
restart - Restart the Bot
stats - Bot Usage Stats
ping - Ping the Bot
help - All cmds with description
##➥ UPSTREAM REPO (Recommended)
UPSTREAM_REPOvariable can be used for edit/add any file in repository.- You can add private/public repository link to grab/overwrite all files from it.
- You can skip adding the privates files like token.pickle or accounts folder before deploying, also no need to add variables direct links except config.env, simply fill
UPSTREAM_REPOprivate one in case you want to grab all files including private files. - If you added private files while deploying and you have added private
UPSTREAM_REPOand your private files in this private repository, so your private files will be overwritten from this repository. Also if you are using URL variables likeTOKEN_PICKLE_URLthen all files from those variables will override the private files that added before deploying or from privateUPSTREAM_REPO. - If you filled
UPSTREAM_REPOwith the official repository link then be carefull incase any change in requirements.txt your bot will not start after restart. In this case you need to deploy again with updated code to install the new requirements or simply by changing theUPSTREAM_REPOto you fork link with that old updates or make it empty if deployed master branch. - In case you you filled
UPSTREAM_REPOwith your fork link be carefull also if you fetched the commits from the official repository. - The changes in your
UPSTREAM_REPOwill take affect only after restart. UPSTREAM_BRANCHdon't ever fill heroku here.
HEROKU_API_KEY: Heroku.com API key to view Dyno status.HEROKU_APP_NAME: Heroku.com App Name to view Dyno status.
1.➥ Generate Service Accounts. What is Service Account?
Let us create only the Service Accounts that we need.
Warning: Abuse of this feature is not the aim of this project and we do NOT recommend that you make a lot of projects, just one project and 100 SAs allow you plenty of use, its also possible that over abuse might get your projects banned by Google.
NOTE: If you have created SAs in past from this script, you can also just re download the keys by running:
python3 gen_sa_accounts.py --download-keys $PROJECTID
NOTE: 1 ➥ Service Account can upload/copy around 750 GB a day, 1 project can make 100 Service Accounts so you can upload 75 TB a day or clone 2 TB from each file creator (uploader email).
Choose one of these methods
- List your projects ids
python3 gen_sa_accounts.py --list-projects
- Enable services automatically by this command
python3 gen_sa_accounts.py --enable-services $PROJECTID
- Create Sevice Accounts to current project
python3 gen_sa_accounts.py --create-sas $PROJECTID
- Download Sevice Accounts as accounts folder
python3 gen_sa_accounts.py --download-keys $PROJECTID
python3 gen_sa_accounts.py --quick-setup 1 --new-only
A folder named accounts will be created which will contain keys for the Service Accounts.
Choose one of these methods
- Mount accounts folder
cd accounts
- Grab emails form all accounts to emails.txt file that would be created in accounts folder
For Windows using PowerShell
$emails = Get-ChildItem .\**.json |Get-Content -Raw |ConvertFrom-Json |Select -ExpandProperty client_email >>emails.txt
For Linux
grep -oPh '"client_email": "\K[^"]+' *.json > emails.txt
- Unmount acounts folder
cd ..
Then add emails from emails.txt to Google Group, after that add this Google Group to your Shared Drive and promote it to manager and delete email.txt file from accounts folder
- Run:
python3 add_to_team_drive.py -d SharedTeamDriveSrcID
1.➥ Using Railway
- Go to railway and create account
- Start new project
- Press on
Provision PostgreSQL - After creating database press on
PostgresSQL - Go to
Connectcolumn - Copy
Postgres Connection URLand fillDATABASE_URLvariable with it
2.➥ Using Heroku PostgreSQL
3.➥ Using ElephantSQL
- Go to elephantsql and create account
- Hit
Create New Instance - Follow the further instructions in the screen
- Hit
Select Region - Hit
Review - Hit
Create instance - Select your database name
- Copy your database url, and fill
DATABASE_URLvariable with it
To use list from multi TD/folder. Run driveid.py in your terminal and follow it. It will generate drive_folder file or u can simply create drive_folder file in working directory and fill it, check below format:
MyTdName folderID/tdID IndexLink(if available)
MyTdName2 folderID/tdID IndexLink(if available)
For using your premium accounts in yt-dlp or for protected Index Links, create .netrc file according to following format:
Note: Create .netrc and not netrc, this file will be hidden, so view hidden files to edit it after creation.
Format:
machine host login username password my_password
Example:
machine instagram login anas.tayyar password mypassword
Instagram Note: You must login even if you want to download public posts and after first try you must confirm that this was you logged in from different ip(you can confirm from phone app).
Youtube Note: For youtube authentication use cookies.txt file.
Using Aria2c you can also use built in feature from bot with or without username. Here example for index link without username.
machine example.workers.dev password index_password
Where host is the name of extractor (eg. instagram, Twitch). Multiple accounts of different hosts can be added each separated by a new line.
-
➥ APPDRIVE_EMAIL` = Fill your AppDrive Email address.
-
➥ APPDRIVE_PASS` = AppDrive Password for login.
To Clone or Leech gdtot link follow these steps: 1.➥ Login/Register to gdtot. 2.➥ Copy this script and paste it in browser address bar.
- Note: After pasting it check at the beginning of the script in broswer address bar if
javascript:exists or not, if not so write it as shown below.
javascript:(function () { const input = document.createElement('input'); COOKIE = JSON.parse(JSON.stringify({cookie : document.cookie})); input.value = COOKIE['cookie'].split('crypt=')[1]; document.body.appendChild(input); input.focus(); input.select(); var result = document.execCommand('copy'); document.body.removeChild(input); if(result) alert('Crypt copied to clipboard'); else prompt('Failed to copy Crypt. Manually copy below Crypt\n\n', input.value); })();
- After pressing enter your browser will prompt a alert. 3.➥ Now you'll get Crypt value in your clipboard
NGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxWdSVT0%3D - Note: After pasting it check at the beginning of the script in broswer address bar if
4.➥ From this you have to paste value for CRYPT in config.env file.
P.s - Credit goes to all original developers of python, pyrogram, linux, heroku, mirror bots, leech bots, Mega, megasdkrest, sql database, google drive, telegram, and everything used in this project,
