You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
- Added /authlist command, to see Authorized list
- Add ability to limit when mirroring torrent
- Fixed Zippyshare
Co-authored-by: Sreeraj V R <[email protected]>
Co-authored-by: BruteWoorse <[email protected]>
Co-authored-by: KenHV <[email protected]>
Deploying is pretty much straight forward and is divided into several steps as follows:
44
41
@@ -90,6 +87,8 @@ Fill up rest of the fields. Meaning of each fields are discussed below:
90
87
-**MEGA_EMAIL_ID**: Your email id you used to sign up on mega.nz for using premium accounts (Leave th)
91
88
-**MEGA_PASSWORD**: Your password for your mega.nz account
92
89
-**STOP_DUPLICATE_MIRROR**: (Optional field) (Leave empty if unsure) if this field is set to `True` , bot will check file in drive, if it is present in drive, downloading will ne stopped. (Note - File will be checked using filename, not using filehash, so this feature is not perfect yet)
90
+
-**ENABLE_FILESIZE_LIMIT**: Set it to `True` if you want to use `MAX_TORRENT_SIZE`.
91
+
-**MAX_TORRENT_SIZE**: To limit the torrent mirror size, Fill The amount you want to limit, examples: if you fill `15` it will limit `15gb`.
93
92
-**BLOCK_MEGA_FOLDER**: (Optional field) If you want to remove mega.nz folder support, set it to `True`.
94
93
-**BLOCK_MEGA_LINKS**: (Optional field) If you want to remove mega.nz mirror support (bcoz it's too much buggy and unstable), set it to `True`.
95
94
-**UPTOBOX_TOKEN**: Uptobox token to mirror uptobox links. Get it from [Uptobox Premium Account](https://uptobox.com/my_account).
@@ -140,8 +139,9 @@ sudo docker run mirrorbot
140
139
141
140
## Deploying on Heroku
142
141
143
-
Give Star & Fork this repo, then upload **token.pickle** to your forks
142
+
Fork this repo, then upload **token.pickle** to your forks
144
143
144
+
**NOTE**: If you didn't upload **token.pickle** upload will not working
145
145
<p><ahref="https://heroku.com/deploy"> <imgsrc="https://www.herokucdn.com/deploy/button.svg"alt="Deploy to Heroku" /></a></p>
0 commit comments