forked from prgofficial/LeechToFile
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.json
113 lines (113 loc) · 3.59 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
{
"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 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": "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
},
"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
},
"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
}
},
"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"
}
}
}