|
15 | 15 | **Slam Mirror Bot** is a multipurpose Telegram Bot writen in Python for mirroring files on the Internet to our beloved Google Drive. |
16 | 16 |
|
17 | 17 | # Features supported: |
18 | | - |
19 | 18 | ## Additional Features |
20 | 19 | - Get detailed info about replied media (Only for Telegram file) |
21 | 20 | - Nyaa.si and Sukebei Torrent search |
|
25 | 24 | - Sudo with Database support |
26 | 25 | - Multiple Trackers support |
27 | 26 | - Check Heroku dynos stats |
| 27 | +- Extracting **tar.xz** support |
28 | 28 | - Custom image support |
29 | 29 | - Counting file/folder |
30 | 30 | - Shell and Executor |
31 | 31 | - Stickers module |
32 | 32 | - View Link button (Not all Index support, recommended using [Bhadoo Index](https://github.com/ParveenBhadooOfficial/Google-Drive-Index)) |
33 | 33 | - Direct links supported: |
34 | 34 | ``` |
35 | | -Racaty, Hxfile, Anonfiles, Fembed, Femax20, Layarkacaxxi, |
36 | | -Uptobox (Uptobox account must be premium), |
37 | | -Onedrive (Only works for file not folder or busines account) |
| 35 | +Racaty.net, Hxfile.co, Anonfiles.com, Fembed.com, Femax20.com, Layarkacaxxi.icu, |
| 36 | +Naniplay.com, Naniplay.nanime.in, Naniplay.nanime.biz, Sbembed.com, Streamsb.net, |
| 37 | +Uptobox.com (Uptobox account must be premium), |
| 38 | +Onedrive/1drv.ms (Only works for file not folder or busines account) |
38 | 39 | ``` |
39 | 40 | ## From Original Repos |
40 | 41 | - Mirroring direct download links, Torrent, and Telegram files to Google Drive |
@@ -139,7 +140,7 @@ Fill up rest of the fields. Meaning of each fields are discussed below: |
139 | 140 | - **BLOCK_MEGA_FOLDER**: (Optional field) If you want to remove mega.nz folder support, set it to `True`. |
140 | 141 | - **BLOCK_MEGA_LINKS**: (Optional field) If you want to remove mega.nz mirror support, set it to `True`. |
141 | 142 | - **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 be stopped. (**Note**: File will be checked using filename, not using filehash, so this feature is not perfect yet) |
142 | | -- **CLONE_LIMIT**: To limit cloning Google Drive (leave space between number and unit (tb or gb only)), examples: if you fill `1 gb` it will limit `1gb`. |
| 143 | +- **CLONE_LIMIT**: To limit cloning Google Drive (leave space between number and unit, **tb or gb only**), examples: if you fill `1 gb` it will limit `1gb`. |
143 | 144 | - **ENABLE_FILESIZE_LIMIT**: Set it to `True` if you want to use `MAX_TORRENT_SIZE`. |
144 | 145 | - **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`. |
145 | 146 | - **IMAGE_URL**: (Optional field) Show Image/Logo in /start message. Fill value of image your link image, use telegra.ph or any direct link image. |
|
0 commit comments