Update README.md
This commit is contained in:
parent
26dc55ea84
commit
25c98cb62e
30
README.md
30
README.md
|
|
@ -17,24 +17,24 @@
|
|||
|
||||
# Features supported:
|
||||
## Additional Features
|
||||
- Get detailed info about replied media (Only for Telegram file)
|
||||
- Speedtest with picture results
|
||||
- Stop duplicate cloning Google Drive & mirroring Mega support
|
||||
- Updater (**NOTE**: You must upload your **token.pickle** to Index and fill your **token.pickle** url to **TOKEN_PICKLE_URL**, because your **token.pickle** will deleted after update)
|
||||
- Limiting size Torrent/Direct, Mega, cloning Google Drive support
|
||||
- Get detailed info about replied media (Only for Telegram file)
|
||||
- Stop duplicate cloning Google Drive & mirroring Mega support
|
||||
- Speedtest with picture results
|
||||
- Tar/Unzip G-Drive link support
|
||||
- Sudo with Database support
|
||||
- Multiple Trackers support
|
||||
- Check Heroku dynos stats
|
||||
- Heroku config support
|
||||
- Updater (**NOTE**: You must upload your **token.pickle** to Index and fill your **token.pickle** url to **TOKEN_PICKLE_URL**, because your **token.pickle** will deleted after update)
|
||||
- Extracting **tar.xz** support
|
||||
- Create Tar Google Drive folder
|
||||
- Custom image support
|
||||
- Heroku config support
|
||||
- Custom Image support
|
||||
- Counting file/folder
|
||||
- Shell and Executor
|
||||
- View Link button
|
||||
- Shell and Eval
|
||||
- Torrent search supported:
|
||||
```
|
||||
nyaa, sukebei, 1337x, piratebay, tgx,
|
||||
nyaasi, sukebei, 1337x, piratebay, tgx,
|
||||
yts, eztv, torlock, rarbg
|
||||
```
|
||||
- Direct links supported:
|
||||
|
|
@ -46,7 +46,7 @@ feurl.com, pixeldrain.com, uptobox.com (Uptobox account must be premium),
|
|||
```
|
||||
## From Original Repos
|
||||
- Mirroring direct download links, Torrent, and Telegram files to Google Drive
|
||||
- Mirroring Mega.nz links to Google Drive (If your Mega account not premium, it will limit 4-5gb/day)
|
||||
- Mirroring Mega.nz links to Google Drive (If your Mega account not premium, it will limit 5GB/6 hours)
|
||||
- Copy files from someone's Drive to your Drive (Using Autorclone)
|
||||
- Download/Upload progress, Speeds and ETAs
|
||||
- Mirror all Youtube-dl supported links
|
||||
|
|
@ -95,7 +95,7 @@ pip3 install -r requirements-cli.txt
|
|||
```
|
||||
## Generate Database
|
||||
<details>
|
||||
<summary><b>Click here for more details</b></summary>
|
||||
<summary><b>Click Here For More Details</b></summary>
|
||||
|
||||
**1. Using ElephantSQL**
|
||||
- Go to https://elephantsql.com/ and create account (skip this if you already have ElephantSQL account)
|
||||
|
|
@ -116,7 +116,7 @@ pip3 install -r requirements-cli.txt
|
|||
|
||||
## Setting up config file
|
||||
<details>
|
||||
<summary><b>Click here for more details</b></summary>
|
||||
<summary><b>Click Here For More Details</b></summary>
|
||||
|
||||
```
|
||||
cp config_sample.env config.env
|
||||
|
|
@ -139,8 +139,8 @@ Fill up rest of the fields. Meaning of each fields are discussed below:
|
|||
- **UPSTREAM_REPO**: Link for Bot Upstream Repo, if you want default update, fill ```https://github.com/breakdowns/slam-mirrorbot```.
|
||||
- **UPSTREAM_BRANCH**: Branch name for Bot Upstream Repo (Recommended using master branch)
|
||||
### Optional Field
|
||||
- **ACCOUNTS_ZIP_URL**: (Optional) Only if you want to load your service accs externally from an index link. Archive your service accs json files to a zip file directly (don't archive the accounts folder. Select all the jsons inside and zip them only instead. Name the zip file with whatever you want, it doesn't matter). Fill this with the direct link of that file.
|
||||
- **TOKEN_PICKLE_URL**: (Optional) Only if you want to load your token.pickle externally from an index link. Fill this with the direct link of that file.
|
||||
- **ACCOUNTS_ZIP_URL**: Only if you want to load your Service Account externally from an Index Link. Archive your Service Account json files to a zip file directly (don't archive the accounts folder. Select all the jsons inside and zip them only instead. Name the zip file with whatever you want, it doesn't matter). Fill this with the direct link of that file.
|
||||
- **TOKEN_PICKLE_URL**: Only if you want to load your **token.pickle** externally from an Index Link. Fill this with the direct link of that file.
|
||||
- **AUTHORIZED_CHATS**: Fill user_id and chat_id of you want to authorize.
|
||||
- **IS_TEAM_DRIVE**: Set to `True` if `GDRIVE_FOLDER_ID` is from a Team Drive else `False` or Leave it empty.
|
||||
- **USE_SERVICE_ACCOUNTS**: (Leave empty if unsure) Whether to use Service Accounts or not. For this to work see [Using service accounts](https://github.com/breakdowns/slam-mirrorbot#generate-service-accounts-what-is-service-account) section below.
|
||||
|
|
@ -230,7 +230,7 @@ Many thanks to [AutoRClone](https://github.com/xyou365/AutoRclone) for the scrip
|
|||
|
||||
## Generate Service Accounts. [What is Service Account](https://cloud.google.com/iam/docs/service-accounts)
|
||||
<details>
|
||||
<summary><b>Click here for more details</b></summary>
|
||||
<summary><b>Click Here For More Details</b></summary>
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue