A Telegram Bot written in Python using Pyrogram Framework for mirroring/cloning online/local files on the Internet to your Google Drive, Telegram or to any RClone supported cloud. Based on python-aria-mirror-bot. This is Enhanced Version of Base Repo mirror-leech-telegram-bot
View All Features Click Here
qBittorrent
-
Qbittorrent support
-
Select files from Torrent before and while downloading
-
Seed torrents to specific ratio and time
-
Edit Global Options while bot running from bot settings
-
Aria2c
- Select files from Torrent before and while downloading
- Seed torrents to specific ratio and time
- Netrc support
- Direct link authentication for specific link while using the bot (it will work even if only username or password)
- Improve aria.sh
- Fix all download listener functions and status
- Edit Global Options while bot running from bot settings
TG Upload/Download
- Leech (File Upload to TG) support
- Splitting File with Specific Size
- Thumbnail for each user
- Leech prefix, suffic, remname (remove specific words via Regex) for each user.
- Set upload as document or as media for each user
- 2GB+ file upload with premium account and lower size with bot
- Upload all files to specific superGroup/channel.
- Leech Split size and equal split size settings for each user
- Ability to leech splitted file parts in media group. Setting for each user
- Download using premium account if available
- Download restricted messages (document or link) by tg private/public/super links
DDL Upload
- Upload Files/Folder in the Supported Sites
- Gofile.io
- Streamtape.com
- Upload on multiple sites at a time
- User api/key is need for the upload
- Upload Files/Folder in the Supported Sites
Google Drive
- Stop duplicates for all tasks
- Download from Google Drive
- Counting Google Drive files/folders
- Search in multiple Drive folder/TeamDrive
- Recursive Search (only with
root
or TeamDrive ID, folder ids will be listed with non-recursive method). Based on Sreeraj searchX-bot. - Use
token.pickle
if file not found with Service Account, for all Gdrive functions - Random Service Account for each task
Multiple Status
- Clone Status
- Extract Status
- Archive Status
- Seed Status
- Status Pages for unlimited tasks
- Ability to cancel upload/clone/archive/extract/split
- Cancel all buttons for choosing specific tasks status to cancel
- Fix flooding issues
- Fix overall upload and download speed
yt-dlp
- Switch from youtube-dl to yt-dlp and fix all conflicts
- Yt-dlp quality buttons
- Ability to use specific yt-dlp option for each task
- Custom default yt-dlp options for each user
- Fix download progress
- Embed original thumbnail and add it for leech
- All supported audio formats
Database (MongoDb)
- Mongo Database support
- Store bot settings
- Store user settings including thumbnails and rclone config in database
- Store private files
- Store RSS data
- Store incompleted task messages
Torrent
- Torrent search support
- Search on torrents with Torrent Search API
- Search on torrents with variable plugins using qBittorrent search engine
- Cached Magnet support for real-derbid api
Archives
- Zip instead of tar ( Change Soon to zip, tar, rar, 7z )
- Using 7-zip tool to extract all supported types
- Extract rar, zip and 7z within folder or splits with or without password
- Zip file/folder with or without password
RSS Feed
- Rss feed. Based on this repository rss-chan
- Filters added
- Edit any feed while running: pause, resume, edit command and edit filters
- Rss for each user with tag
- Sudo settings to control users feeds
- All functions have been improved using buttons from one command.
RClone
- Download and Upload using rclone with and without random service accounts
- Ability to choose config, remote and path from list with buttons
- Ability to set rclone flags for each task or globally from config
- Rclone.conf for each user
- Clone server-side
- Rclone serve for combine remote to use it as index from all remotes
Overall Features
- Docker image support for linux
amd64, arm64/v8, arm/v7
- Switch from sync to async
- Switch from python-telegram-bot to pyrogram
- Edit variables and overwrite the private files while bot running
- Update bot at startup and with restart command using
UPSTREAM_REPO
- Improve Telegraph. Based on Sreeraj loaderX-bot
- Mirror/Leech/Watch/Clone/Count/Del by reply
- Mirror/Leech/Clone multi links/files with one command
- Custom name for all links except torrents. For files you should add extension except yt-dlp links
- Extensions Filter for the files to be uploaded/cloned
- View Link button. Extra button to open index link in broswer instead of direct download for file
- Queueing System for all tasks
- Ability to zip/unzip multi links in same directory. Mostly helpful in unziping tg file parts
- Bulk download from telegram txt file or text message contains links seperated by new line
- Join splitted files that have splitted before by split linux pkg
- Almost all repository functions have been improved and many other details can't mention all of them
- Many bugs have been fixed
- Bot Limits for each user
- View In Brief on WZML_X Tg Channel
From Base and other Repositories
- Mirror direct download links, Torrent, Mega.nz and Telegram files to Google Drive
- Copy files from someone's Drive to your Drive
- Download/Upload progress, Speeds and ETAs
- Mirror all youtube-dl supported links
- Docker support
- Uploading to Team Drive
- Index Link support
- Service Account support
- Delete files from Drive
- Multiple Trackers support
- Shell and Executor
- Add sudo users
- Extract password protected files
- Extract these filetypes
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:
mediafire(folder), letsupload.io, hxfile.co, 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, upload.ee, pixeldrain.com, racaty.net, 1fichier.com, 1drv.ms (Only works for file not folder or business account), uptobox.com and solidfiles.com, streamvid.net, linkbox.to, shrdsk.me (sharedisk.io), akmfiles.com, wetransfer.com, mdisk.me (with ytdl), gofile.io(folder), filelion, terabox.com (you need to add cookies txt with name) terabox.txt and almost every anonfiles based sites
View All Steps Click Here
Installing requirements
- Clone this repo:
git clone https://github.com/weebzone/WZML-X mirrorbot/ && cd mirrorbot
- For Debian based distros
sudo apt install python3 python3-pip
Install Docker by following the official Docker docs
- For Arch and it's derivatives:
sudo pacman -S docker python
- Install dependencies for running setup scripts:
pip3 install -r requirements-cli.txt
Setting up config file
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. NOTE: All values must be filled between quotes, even if it's
Int
,Bool
orList
.Build And Run the Docker Image
Make sure you still mount the app folder and installed the docker from official documentation.
- There are two methods to build and run the docker:
- Using official docker commands.
- Using docker-compose. (Recommended)
- Start Docker daemon (SKIP if already running, mostly you don't need to do this):
sudo dockerd
- Build Docker image:
sudo docker build . -t wzmlx
- Run the image:
sudo docker run -p 80:80 -p 8080:8080 wzmlx
- To stop the running image:
sudo docker ps
sudo docker stop id
NOTE: If you want to use ports other than 80 and 8080 for torrent file selection and rclone serve respectively, change it in docker-compose.yml also.
- Install docker-compose
sudo apt install docker-compose
- Build and run Docker image or to view current running image:
sudo docker-compose up
- After editing files with nano for example (nano start.sh):
sudo docker-compose up --build
- To stop the running image:
sudo docker-compose stop
- To run the image:
sudo docker-compose start
- To get latest log from already running image (after mounting the folder):
sudo docker-compose up
- Tutorial video from Tortoolkit repo for docker-compose and checking ports
IMPORTANT NOTES:
- Set
BASE_URL_PORT
andRCLONE_SERVE_PORT
variables to any port you want to use. Default is80
and8080
respectively. - You should stop the running image before deleting the container and you should delete the container before the image.
- To delete the container (this will not affect on the image):
sudo docker container prune
- To delete the images:
sudo docker image prune -a
- Check the number of processing units of your machine with
nproc
cmd and times it by 4, then editAsyncIOThreadsCount
in qBittorrent.conf.
- There are two methods to build and run the docker:
Bot commands can be automatically set by SET_COMMANDS
Var View All Commands
mirror - or /m Mirror
qbmirror - or /qm Mirror torrent using qBittorrent
leech - or /l Leech
qbleech - or /ql Leech torrent using qBittorrent
clone - Copy file/folder to Drive
count - Count file/folder from Drive
ytdl - or /y Mirror yt-dlp supported link
ytdlleech - or /yl Leech through yt-dlp supported link
usetting - User settings
bsetting - Bot settings
status - Get Mirror Status message
btsel - Select files from torrent
rss - Rss menu
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
View All Variables Click Here
Required Fields
-
BOT_TOKEN
: The Telegram Bot Token that you got from @BotFather.Str
-
OWNER_ID
: The Telegram User ID (not username) of the Owner of the bot.Int
-
TELEGRAM_API
: This is to authenticate your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org.Int
-
TELEGRAM_HASH
: This is to authenticate your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org.Str
-
Optional Fields
USER_SESSION_STRING
: To download/upload from your telegram account and to send rss. To generate session string use this commandpython3 generate_string_session.py
after mounting repo folder for sure.Str
. NOTE: You can't use bot with private message. Use it with superGroup.DATABASE_URL
: Your Mongo Database URL (Connection string). Follow this Generate Database to generate database. Data will be saved in Database: auth and sudo users, users settings including thumbnails for each user, rss data and incomplete tasks. NOTE: You can always edit all settings that saved in database from the official site -> (Browse collections).Str
DOWNLOAD_DIR
: The path to the local folder where the downloads should be downloaded to.Str
CMD_SUFFIX
: commands index number. This number will added at the end all commands.Str
|Int
AUTHORIZED_CHATS
: Fill user_id and chat_id of groups/users you want to authorize. Separate them by space.Int
SUDO_USERS
: Fill user_id of users whom you want to give sudo permission. Separate them by space.Int
BLACKLIST_USERS
: Fill user_id of users you wish to prohibit from using the bot. Separate them by space.Int
STATUS_LIMIT
: Limit the no. of tasks shown in status message with buttons. Default is10
. NOTE: Recommended limit is4
tasks.Int
DEFAULT_UPLOAD
: Whetherrc
to upload toRCLONE_PATH
orgd
to upload toGDRIVE_ID
orddl
to upload toDDL
. Default isgd
. Read More HERE.Str
STATUS_UPDATE_INTERVAL
: Time in seconds after which the progress/status message will be updated. Recommended10
seconds at least.Int
AUTO_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-1
to disable auto message deletion.Int
INCOMPLETE_TASK_NOTIFIER
: Get incomplete task messages after restart. Require database and superGroup. Default isFalse
.Bool
SET_COMMANDS
: Automatically set the Bot Commands no need to set from@botfather
. Default isFalse
.Bool
EXTENSION_FILTER
: File extensions that won't upload/clone. Separate them by space. No need to add.
Str
YT_DLP_OPTIONS
: Default yt-dlp options. Check all possible options HERE or use this script to convert cli arguments to api options. Format: key:value|key:value|key:value. Add^
before integer or float, some numbers must be numeric and some string.str
- Example: "format:bv*+mergeall[vcodec=none]|nocheckcertificate:True"
FSUB_IDS
: Fill chat_id(-100xxxxxx) of groups/channel you want to force subscribe. Separate them by space. Int- Note: Bot should be added in the filled chat_id as admin
BOT_PM
: File/links send to the BOT PM. Default isFalse
.Bool
GDrive Tools
GDRIVE_ID
: This is the Folder/TeamDrive ID of the Google Drive ORroot
to which you want to upload all the mirrors using google-api-python-client.Str
USER_TD_MODE
: Enable the User-TD feature i.e user can upload file into their own drive. Default isFalse
.Bool
USER_TD_SA
: Show your SA account in the usetting so that user can add that in its own TD to enable uploading Using SA. SA will be an email/group_email likewzml-x@googlegroups.com
INDEX_URL
: Refer to https://gitlab.com/ParveenBhadooOfficial/Google-Drive-Index.Str
USE_SERVICE_ACCOUNTS
: Whether to use Service Accounts or not, with google-api-python-client. For this to work see Using Service Accounts section below. Default isFalse
.Bool
IS_TEAM_DRIVE
: SetTrue
if uploading to TeamDrive using google-api-python-client. Default isFalse
.Bool
STOP_DUPLICATE
: Bot will check file/folder name in Drive incase uploading toGDRIVE_ID
. If it's present in Drive then downloading or cloning will be stopped. (NOTE: Item will be checked using name and not hash, so this feature is not perfect yet). Default isFalse
.Bool
DISABLE_DRIVE_LINK
: Disable drive link button. Default isFalse
.Bool
GD_INFO
: Description of file/folder uploaded to Google Drive.
API's/Cookies
REAL_DEBRID_API
: Api ofreal-debrid.com
. Support the PremiumBypass Download limit
and support theCached Magnets
.DEBRID_LINK_API
: Api ofdebrid-link.com
. Support the PremiumBypass Download limit
.FILELION_API
: Api offilelions.com
to download the link from the filelion siteGDTOT_CRYPT
: Use Gdtot crpyt to bypass the GDTOT links.JIODRIVE_TOKEN
: Use Jiodrive Token to bypass the jiodrive links.
RClone
RCLONE_PATH
: Default rclone path to which you want to upload all the files/folders using rclone.Str
RCLONE_FLAGS
: key:value|key|key|key:value . Check here all RcloneFlags.Str
RCLONE_SERVE_URL
: Valid URL where the bot is deployed to use rclone serve. Format of URL should behttp://myip
, wheremyip
is the IP/Domain(public) of your bot or if you have chosen port other than80
so write it in this formathttp://myip:port
(http
and nothttps
).Str
RCLONE_SERVE_PORT
: Which is the RCLONE_SERVE_URL Port. Default is8080
.Int
RCLONE_SERVE_USER
: Username for rclone serve authentication.Str
RCLONE_SERVE_PASS
: Password for rclone serve authentication.Str
Update
UPSTREAM_REPO
: Your github repository link, if your repo is private addhttps://username:{githubtoken}@github.com/{username}/{reponame}
format. Get token from Github settings. So you can update your bot from filled repository on each restart.Str
.- NOTE: Any change in docker or requirements you need to deploy/build again with updated repo to take effect. DON'T delete .gitignore file. For more information read THIS.
UPSTREAM_BRANCH
: Upstream branch for update. Default ismaster
.Str
Telegram Leech & Mirror
LEECH_SPLIT_SIZE
: Size of split in bytes. Default is2GB
. Default is4GB
if your account is premium.Int
AS_DOCUMENT
: Default type of Telegram file upload. Default isFalse
mean as media.Bool
EQUAL_SPLITS
: Split files larger than LEECH_SPLIT_SIZE into equal parts size (Not working with zip cmd). Default isFalse
.Bool
MEDIA_GROUP
: View Uploaded splitted file parts in media group. Default isFalse
.Bool
.LEECH_FILENAME_PREFIX
: Add custom prefix to leeched file name.Str
LEECH_FILENAME_SUFFIX
: Add custom suffix to leeched file name.Str
LEECH_FILENAME_CAPTION
: Add custom caption to leeched file.Str
LEECH_FILENAME_REMNAME
: Remove custom word from leeched file name.Str
MIRROR_FILENAME_PREFIX
: Add custom prefix to mirrored file name.Str
MIRROR_FILENAME_SUFFIX
: Add custom suffix to mirrored file name.Str
MIRROR_FILENAME_REMNAME
: Remove custom word from mirrored file name.Str
Log Channel/superGroup(Support topics)
LEECH_LOG_ID
: Chat ID to where leeched files would be uploaded.Int
. NOTE: Only available for superGroup/channel. Add-100
before channel/superGroup id. In short don't add bot id or your id!. For topic support make this formatchat_id:topic_id
MIRROR_LOG_ID
: Chat ID to where Mirror files would be Send.Int
. NOTE: Only available for superGroup/channel. Add-100
before channel/superGroup id. In short don't add bot id or your id!. For topic support make this formatchat_id:topic_id
LINKS_LOG_ID
: Chat ID to where Link logs would be Send.Int
. NOTE: Only available for superGroup/channel. Add-100
before channel/superGroup id. In short don't add bot id or your id!.- Note: LEECH_LOG_ID & MIRROR_LOG_ID it's multiple, For multiple id Separate them by space.
- Warning: leech log is multiple only in case of channel. i.e it doesn't support multiple Topics (for now)
qBittorrent/Aria2c
TORRENT_TIMEOUT
: Timeout of dead torrents downloading with qBittorrent and Aria2c in seconds.Int
BASE_URL
: Valid BASE URL where the bot is deployed to use torrent web files selection. Format of URL should behttp://myip
, wheremyip
is the IP/Domain(public) of your bot or if you have chosen port other than80
so write it in this formathttp://myip:port
(http
and nothttps
).Str
BASE_URL_PORT
: Which is the BASE_URL Port. Default is80
.Int
WEB_PINCODE
: Whether to ask for pincode before selecting files from torrent in web or not. Default isFalse
.Bool
.- Qbittorrent NOTE: If your facing ram issues then set limit for
MaxConnections
, decreaseAsyncIOThreadsCount
, set limit ofDiskWriteCacheSize
to32
and decreaseMemoryWorkingSetLimit
from qbittorrent.conf or bsetting command.
- Qbittorrent NOTE: If your facing ram issues then set limit for
RSS
RSS_DELAY
: Time in seconds for rss refresh interval. Recommended900
second at least. Default is900
in sec.Int
RSS_CHAT_ID
: Chat ID where rss links will be sent. If you want message to be sent to the channel then add channel id. Add-100
before channel id.Int
- RSS NOTES:
RSS_CHAT_ID
is required, otherwise monitor will not work. You must useUSER_STRING_SESSION
--OR-- CHANNEL. If using channel then bot should be added in both channel and group(linked to channel) andRSS_CHAT_ID
is the channel id, so messages sent by the bot to channel will be forwarded to group. Otherwise withUSER_STRING_SESSION
add group id forRSS_CHAT_ID
. IfDATABASE_URL
not added you will miss the feeds while bot offline.
- RSS NOTES:
Mega
MEGA_EMAIL
: E-Mail used to sign-in on mega.nz for using premium account.Str
MEGA_PASSWORD
: Password for mega.nz account.Str
Queue System
QUEUE_ALL
: Number of parallel tasks of downloads and uploads. For example if 20 task added andQUEUE_ALL
is8
, then the summation of uploading and downloading tasks are 8 and the rest in queue.Int
. NOTE: if you want to fillQUEUE_DOWNLOAD
orQUEUE_UPLOAD
, thenQUEUE_ALL
value must be greater than or equal to the greatest one and less than or equal to summation ofQUEUE_UPLOAD
andQUEUE_DOWNLOAD
.QUEUE_DOWNLOAD
: Number of all parallel downloading tasks.Int
QUEUE_UPLOAD
: Number of all parallel uploading tasks.Int
Limits
DAILY_TASK_LIMIT
: Maximum task a user can do in one day. use theInt
DAILY_MIRROR_LIMIT
: Total size upto which user can Mirror in one day. the default unit isGB
.Int
DAILY_LEECH_LIMIT
: Total size upto which user can Leech in one day. the default unit isGB
.Int
USER_MAX_TASKS
: Limit the Maximum task for users of group at a time.Int
BOT_MAX_TASKS
: Limit the Maximum task for bots of group at a time.Int
TORRENT_LIMIT
: To limit the size of torrent download. the default unit isGB
.Int
DIRECT_LIMIT
: To limit the size of direct link download. the default unit isGB
.Int
GDRIVE_LIMIT
: To limit the size of Google Drive folder/file link for leech, Zip, Unzip. the default unit isGB
.Int
CLONE_LIMIT
: To limit the size of Google Drive folder/file which you can clone. the default unit isGB
.Int
YTDLP_LIMIT
: To limit the size of ytdlp download. the default unit isGB
.Int
PLAYLIST_LIMIT
: To limit Maximum Playlist Number.Int
LEECH_LIMIT
: To limit the Torrent/Direct/ytdlp leech size. the default unit isGB
.Int
MEGA_LIMIT
: To limit the size of Mega download. the default unit isGB
.Int
STORAGE_THRESHOLD
: To leave specific storage free and any download will lead to leave free storage less than this value will be cancelled the default unit isGB
.Int
USER_TIME_INTERVAL
: Time Gap between two consecutive link/file mirror/leech operations. The default value is set to0
seconds. unit issec
.int
Templates
ANIME_TEMPLATE
: Set template for anime...IMDB_TEMPLATE
: Set your imdb template...MDL_TEMPLATE
: Set your MyDramaList template...
Telegraph
TITLE_NAME
: Titlename
for Telegraph pages (while using /list command)AUTHOR_NAME
: Authorname
for Telegraph pagesAUTHOR_URL
: AuthorURL
for Telegraph pageCOVER_IMAGE
: telegraph header image. usegraph.org
link of image
Extra
-
SAFE_MODE
: Include- Remove filename from the auth group
- Remove Leech file index link from auth group (leech index directly send to BOT_PM)
- Remove Mirror link from auth group (Link directly send to BOT_PM)
- NOTE:
BOT_PM
Should beTrue
to get the Links in PM whileSAFE_MODE
isTrue
- NOTE:
-
DELETE_LINKS
: Delete links after used. Default isFalse
.Bool
-
CLEAN_LOG_MSG
: Clean log messages i.e remove the LEECH started msg from the leech log. Default isFalse
.Bool
-
SHOW_EXTRA_CMDS
: Add old cmds like zipleech... Default isFalse
.Bool
-
TIMEZONE
: Set timezone for the bot. Checkout the list to get the proper timezone. Default isAsia/Kolkata
. -
IMAGES
: Add multiple telgraph(graph.org) image links that are seperated by spaces. -
IMG_SEARCH
: Put Keyword to Download Images. Sperarte each name by , likeanime
,iron man
,god of war
-
IMG_PAGE
: Set the page value for downloading a image. Each page have approx 70 images. Deafult is1
.Int
-
BOT_THEME
: Change the theme of bot. For now theme availabe isminimal
.- You can make your own theme checkout this link https://t.ly/9rVXq
-
EXCEP_CHATS
:CHAT_ID
of aSuperGroup
where you want to disable the logging feature for that specific group. Logging features will remain active in other authorized chats that have been filled. Add-100
before superGroup id. In short don't add bot id or your id!.
M/L Buttons
SHOW_MEDIAINFO
: Mediainfo button of file. Default isFalse
.Bool
SCREENSHOTS_MODE
: Enable or Diable generating Screenshots via -ss arg. Default isFalse
.Bool
SAVE_MSG
: Save Button in each file and link so that every user direcly save it without forwarding. Default isFalse
.Bool
SOURCE_LINK
: Source button of files and links. Default isFalse
.Bool
Token system
TOKEN_TIMEOUT
: Token timeout for each group member in sec. Default is21600
.Int
LOGIN_PASS
: Permanent pass for user to skip the token system
Torrent Search
SEARCH_API_LINK
: Search api app link. Get your api from deploying this repository.Str
- 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).Int
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).List
-
View All StepsClick to Expand
NOTES
- Old authentication changed, now we can't use bot or replit to generate token.pickle. You need OS with a local browser. For example
Termux
. - 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.py
in local browser.
- Visit the Google Cloud Console
- Go to the OAuth Consent tab, fill it, and save.
- Go to the Credentials tab and click Create Credentials -> OAuth Client ID
- Choose Desktop and Create.
- Publish your OAuth consent screen App to prevent token.pickle from expire
- Use the download button to download your credentials.
- Move that file to the root of mirrorbot, and rename it to credentials.json
- Visit Google API page
- Search for Google Drive Api and enable it
- 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
View All StepsClick to Expand
- Install rclone from Official Site
- Create new remote(s) using
rclone config
command. - Follow the Steps one by one to generate
rclone.conf
- Copy rclone.conf from .config/rclone/rclone.conf to repo folder
- Sample `rclone.conf' :
[Name]
- root_id :
View All DescriptionClick to Expand
RCLONE_PATH
is likeGDRIVE_ID
a default path for mirror. In additional to those variablesDEFAULT_UPLOAD
to choose the default tool whether it's rclone or google-api-python-client.- If
DEFAULT_UPLOAD
= 'rc' then you must fillRCLONE_PATH
with path as default one or withrcl
to select destination path on each new task. - If
DEFAULT_UPLOAD
= 'gd' then you must fillGDRIVE_ID
with folder/TD id. - If
DEFAULT_UPLOAD
= 'ddl' then it will upload to User Specific Enabled DDL Servers, Without further complicating, just enable in usetting rclone.conf
can be added before deploy liketoken.pickle
to repo folder root or use bsetting to upload it as private file.- If rclone.conf uploaded from usetting or added in
rclone/{user_id}.conf
thenRCLONE_PATH
must start withmrcc:
. - Whenever you want to write path manually to use user rclone.conf that added from usetting then you must add the
mrcc:
at the beginning. - So in short, -up has 5 possible values which are: gd(Upload to GDRIVE_ID), rc(Upload to RCLONE_PATH), ddl(Upload to User's Enabled DDL Servers), rcl(Select Rclone Path) and rclone_path(remote:path(owner rclone.conf) or mrcc:remote:path(user rclone.conf))
View All VariablesClick to Expand
UPSTREAM_REPO
variable 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, simply fill
UPSTREAM_REPO
private 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_REPO
and your private files in this private repository, so your private files will be overwritten from this repository. Also if you are using database for private files, then all files from database will override the private files that added before deploying or from privateUPSTREAM_REPO
. - If you filled
UPSTREAM_REPO
with 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_REPO
to you fork link with that old updates. - In case you you filled
UPSTREAM_REPO
with your fork link be carefull also if you fetched the commits from the official repository. - The changes in your
UPSTREAM_REPO
will take affect only after restart.
View All NotesClick to Expand
- Using
-d
argument alone will lead to use global options for aria2c or qbittorrent.
- Global options:
GlobalMaxRatio
andGlobalMaxSeedingMinutes
in qbittorrent.conf,-1
means no limit, but you can cancel manually.- NOTE: Don't change
MaxRatioAction
.
- NOTE: Don't change
- Global options:
--seed-ratio
(0 means no limit) and--seed-time
(0 means no seed) in aria.sh.
View All NotesClick to Expand
For Service Account to work, you must set
USE_SERVICE_ACCOUNTS
= "True" in config file or environment variables. NOTE: Using Service Accounts is only recommended while uploading to a Team Drive.
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.
NOTE: All people can copy
2TB/DAY
from each file creator (uploader account), so if you got erroruserRateLimitExceeded
that doesn't mean your limit exceeded but file creator limit have been exceeded which is2TB/DAY
.
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
View All StepsClick to Expand
- Go to
https://mongodb.com/
and sign-up. - Create Shared Cluster.
- Press on
Database
underDeployment
Header, your created cluster will be there. - Press on connect, choose
Allow Acces From Anywhere
and press onAdd IP Address
without editing the ip, then create user. - After creating user press on
Choose a connection
, then press onConnect your application
. ChooseDriver
python andversion
3.6 or later. - Copy your
connection string
and replace<password>
with the password of your user, then press close.
View All StepsClick to Expand
To use list from multi TD/folder. Run driveid.py in your terminal and follow it. It will generate list_drives.txt file or u can simply create list_drives.txt
file in working directory and fill it, check below format:
DriveName folderID/tdID or `root` IndexLink(if available)
DriveName folderID/tdID or `root` IndexLink(if available)
Example:
TD1 root https://example.dev
TD2 0AO1JDB1t3i5jUk9PVA https://example.dev
View All NotesClick to Expand
To use multiple shorteners to maintain CPM! it will use random shorteners to generate short links.
you can simply create shorteners.txt
file in working directory and fill it, check below format:
shortener_domain shortener_api_key
Example:
urlshortx.com 91fc872f9882144c27eecdc22d16f7369766f297
ouo.io LYT0zBn1
- Supported URL Shorteners:
exe.io, gplinks.in, shrinkme.io, urlshortx.com, shortzon.com, bit.ly, shorte.st, linkvertise.com, ouo.io, cutt.ly
View All NotesClick to Expand
- Four buttons are already added, Drive Link, Index Link and View Link, You can add up to four extra buttons if you don't know what are the below entries.
You can simply create
buttons.txt
file in working directory and fill it, check below format:
button_name button_url
Example:
Repo_β€οΈ https://github.com/WZML-X
Updates https://t.me/WZML_X
- Note: If you want to add space in button name use
_
for add space
View All StepsClick to Expand
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 doc.adhikari 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.
Click Here For Description
SilentDemonSD |
CodeWithWeeb |
Maverick |
Author and DDL, UI Design, More Customs.. | Author and Wraps Up Features | Co-Author & Bug Tester |