-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
132 lines (132 loc) · 4.81 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "Telegram Torrent Leecher",
"description": "A Telegram Torrent (and youtube-dl) Leecher based on Pyrogram. Powered by @torrentleechgdrivesupport!",
"keywords": [
"telegram"
],
"repository": "https://github.com/gautamajay52/TorrentLeech-Gdrive",
"success_url": "https://t.me/torrentleechgdrivesupport",
"website": "https://github.com/gautamajay52/TorrentLeech-Gdrive",
"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": ""
},
"OWNER_ID": {
"description": "should be an integer. ID of owner of bot",
"value": ""
},
"UPLOAD_AS_DOC": {
"description": "True/False. If true all files will be uploaded as documents. Default is False.",
"required": false
},
"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": "15",
"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
},
"LEECH_COMMAND": {
"description": "Enter your custom leech command like /leech@urgroupname and so on. Default is /leech",
"required": false
},
"INDEX_LINK": {
"description": "Enter your index link:",
"required": false
},
"GLEECH_COMMAND": {
"description": "Enter your custom gleech command like /gleech1@urgroupname and so on. Default is /gleech",
"required": false
},
"TELEGRAM_LEECH_COMMAND_G": {
"description": "Enter your custom tleech command like /tleech1@urgroupname and so on. Default is /tleech",
"required": false
},
"YTDL_COMMAND": {
"description": "Enter your custom ytdl command like ytdl1@urgroupname and so on. Default is /ytdl.",
"required": false
},
"PYTDL_COMMAND_G": {
"description": "Enter your custom pytdl command like pytdl1@urgroupname and so on. Default is /pytdl.",
"required": false
},
"CANCEL_COMMAND_G": {
"description": "Enter your custom cancel command like cancel@urgroupname and so on. Default is /cancel.",
"required": false
},
"STATUS_COMMAND": {
"description": "Enter your custom status command like /status@urgroupname and so on. Default is /status",
"required": false
},
"SAVE_THUMBNAIL": {
"description": "Enter your custom savethumbnail command like /savethumbnail@urgroupname and so on. Default is /savethumbnail",
"required": false
},
"CLEAR_THUMBNAIL": {
"description": "Enter your custom clearthumbnail command like /clearthumbnail@urgroupname and so on. Default is /clearthumbnail",
"required": false
},
"CLONE_COMMAND_G": {
"description": "Enter your custom gclone command like gclone@urgroupname and so on. Default is /gclone.",
"required": false
},
"GET_SIZE_G": {
"description": "Enter your custom getsize command like getsize@urgroupname and so on. Default is /getsize.",
"required": false
},
"RCLONE_CONFIG": {
"description": "Enter your copied text from rclone config. Compulsory for /gleech as well as /tleech command ",
"required": false
},
"DESTINATION_FOLDER": {
"description": "Enter your Cloud folder NAME(not ID😅) in which you want to upload/store your files.",
"required": false
},
"CUSTOM_FILE_NAME": {
"description": "fill with name u want to prefix the file name like ur channel username🙊, keep empty for do nothing, but add to ur config vars even without input.",
"required": false
}
},
"stack": "container"
}