forked from AswanthVK/mass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
75 lines (75 loc) · 2.05 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
{
"name": "URL Uploader",
"description": "Telegram's Open Source URL Uploader Bot. Create your Fork now.",
"keywords": [
"telegram",
"url",
"uploader"
],
"success_url": "https://telegram.dog/AnyDLBot",
"website": "https://github.com/prgofficial",
"repository": "https://github.com/prgofficial/URLuploader-With-Hotstar",
"env": {
"WEBHOOK": {
"description": "Leave this as it is!",
"value": "ANYTHING"
},
"TG_BOT_TOKEN": {
"description": "Your bot token from @botfather, as a string.",
"value": ""
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"SCREENSHOTS": {
"description": "Generate screenshots for file after uploading ( True or false )",
"value": "True",
"required": false
},
"AUTH_USERS": {
"description": "allow only pre-defined users to use this bot",
"value": "680815375"
},
"BANNED_USERS": {
"description": "Ban Unwanted members..",
"value": "",
"required": false
},
"DEF_THUMB_NAIL_VID_S": {
"description": "default thumbnail link to be used in the videos if youtube-dl is unable to find a thumbnail. Get a link for your image from @TGraphHEXbot",
"value": "",
"required": false
},
"HTTP_PROXY": {
"description": "proxy for accessing youtube-dl in GeoRestricted Areas. Get your own proxy from https://github.com/rg3/youtube-dl/issues/1091#issuecomment-230163061",
"value": "",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
}, {
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}