-
Notifications
You must be signed in to change notification settings - Fork 81
/
app.json
133 lines (133 loc) · 4.37 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
133
{
"name": "Telegram Torrent Leecher",
"description": "A Telegram Torrent (and youtube-dl) Leecher based on Pyrogram. Powered by @moviezonlysupport!",
"keywords": [
"telegram",
"best",
"indian",
"pyrogram",
"torrent",
"3",
"plugin",
"productivity",
"youtube-dl",
"leecher"
],
"repository": "https://githhttps://github.com/prgofficial/TorrentLeech-GDriVe",
"success_url": "https://t.me/moviezonlysupport",
"website": "https://github.com/prgofficial/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 ID of the Telegram Group, where the Leecher should work.",
"value": ""
},
"OWNER_ID": {
"description": "should be an integer. ID of owner of bot",
"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": "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
},
"YTDL_COMMAND": {
"description": "Enter your custom ytdl command like ytdl1@urgroupname and so on. Default is /ytdl.",
"required": false
},
"PYTDL_COMMAND": {
"description": "Enter your custom pytdl command like pytdl1@urgroupname and so on. Default is /pytdl.",
"required": false
},
"SAVE_THUMBNAIL": {
"description": "Enter your custom savethumbnail command like savethumb@urgroupname and so on. Default is /savethumbnail.",
"required": false
},
"CLEAR_THUMBNAIL": {
"description": "Enter your custom clearthumbnail command like clearthumb@urgroupname and so on. Default is /clearthumbnail.",
"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": "Custom status command to see the torrent status and disk storage details. Default is /status.",
"required": false
},
"LOG_COMMAND": {
"description": "Custom log command to see the recent logs. Default is /getlog.",
"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
},
"CLEAR_UNDELETED": {
"description": "enter your custom clear command like clear@urgroupname. It clears the downloads which are not deleted automatically🙊, Default is /clearall.",
"required": false
}
},
"addons": [
],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "https://github.com/SayanthD/aria2-heroku"
}, {
"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab"
}, {
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}