-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert 768385a -_- https://t.me/c/1092696260/1132516
- Loading branch information
Showing
4 changed files
with
111 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"name": "Telegram Torrent Leecher", | ||
"description": "A Telegram Torrent (and youtube-dl) Leecher based on Pyrogram. Powered by @ThankTelegram!", | ||
"keywords": [ | ||
"telegram", | ||
"best", | ||
"indian", | ||
"pyrogram", | ||
"torrent", | ||
"3", | ||
"plugin", | ||
"modular", | ||
"productivity", | ||
"youtube-dl", | ||
"leecher" | ||
], | ||
"repository": "https://github.com/SpEcHiDe/PublicLeech", | ||
"website": "https://github.com/SpEcHiDe/PublicLeech", | ||
"logo": "https://telegra.ph/file/8b973b270f4f380a427b1.png", | ||
"env": { | ||
"ENV": { | ||
"description": "Setting this to ANYTHING will enable webhooks when in env mode", | ||
"value": "ANYTHING" | ||
}, | ||
"APP_ID": { | ||
"description": "Get this value from https://my.telegram.org", | ||
"value": "" | ||
}, | ||
"API_HASH": { | ||
"description": "Get this value from https://my.telegram.org", | ||
"value": "" | ||
}, | ||
"TG_BOT_TOKEN": { | ||
"description": "get this value from @BotFather", | ||
"value": "" | ||
}, | ||
"AUTH_CHANNEL": { | ||
"description": "should be an integer. The BOT API ID of the Telegram Group, where the Leecher should work.", | ||
"value": "" | ||
}, | ||
"CHUNK_SIZE": { | ||
"description": "should be an integer", | ||
"value": "128", | ||
"required": false | ||
}, | ||
"ARIA_TWO_STARTED_PORT": { | ||
"description": "should be an integer. The port on which aria2c daemon must start, and keep listening.", | ||
"value": "6800", | ||
"required": false | ||
}, | ||
"EDIT_SLEEP_TIME_OUT": { | ||
"description": "should be an integer. Number of seconds to wait before editing a message.", | ||
"value": "1", | ||
"required": false | ||
}, | ||
"MAX_TIME_TO_WAIT_FOR_TORRENTS_TO_START": { | ||
"description": "should be an integer. Number of seconds to wait before cancelling a torrent.", | ||
"required": false | ||
}, | ||
"FINISHED_PROGRESS_STR": { | ||
"description": "should be a single character.", | ||
"required": false | ||
}, | ||
"UN_FINISHED_PROGRESS_STR": { | ||
"description": "should be a single character.", | ||
"required": false | ||
}, | ||
"TG_OFFENSIVE_API": { | ||
"description": "should be an URL accepting the FormParams {i}, {m}, and {t}", | ||
"required": false | ||
}, | ||
"R_CLONE_CONF_URI": { | ||
"description": "should be a Telegram URL", | ||
"required": false | ||
}, | ||
"R_CLONE_DEST": { | ||
"description": "destination path for rclone, must start with '/'", | ||
"value": "/PublicLeech", | ||
"required": false | ||
}, | ||
"SHOULD_USE_BUTTONS": { | ||
"description": "because, https://t.me/c/1494623325/5603", | ||
"required": false | ||
}, | ||
"LANG": { | ||
"description": "Setting the encoding to UTF-8 Dont touch this", | ||
"value": "C.UTF-8" | ||
} | ||
}, | ||
"stack": "container", | ||
"formation": { | ||
"worker": { | ||
"quantity": 1, | ||
"size": "free" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
build: | ||
docker: | ||
worker: Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters