-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
88 lines (88 loc) · 2.47 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"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
},
"SHOULD_USE_BUTTONS": {
"description": "because, https://t.me/c/1494623325/5603",
"required": false
}
},
"stack": "container",
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}