-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathapp.json
50 lines (50 loc) · 1.51 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
{
"name": "MDisk Video Uploader Bot",
"description": "Upload Mdisk Link Or Direct Url to Pdisk...",
"keywords": [
"telegram",
"mdisk",
"shortner"
],
"website": "https://github.com/PredatorHackerzZ/PdiskVideoBot/",
"repository": "https://github.com/PredatorHackerzZ/PdiskVideoBot/",
"logo": "https://telegra.ph/file/51a84cdd8254ee0406683.jpg",
"env": {
"BOT_TOKEN": {
"description": "Your bot token (must add)",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "1234567"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "04fc2de75c898324561286e5b10bd619"
},
"MDISK_TOKEN": {
"description": "MDisk API key here",
"value": "xdho92oqknpp82oakowm"
},
"CHANNEL": {
"description": "Enter your telegram channel Username (must change and without @)",
"value": "TheTeleRoid"
},
"THUMB_URL": {
"description": "Enter the permanent thumbnail image url can use this @TeleRoid_Image2Link_BOT",
"value" : "https://telegra.ph/file/51a84cdd8254ee0406683.jpg"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}