-
Notifications
You must be signed in to change notification settings - Fork 107
/
app.json
49 lines (49 loc) · 1.41 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
{
"name": "PDisk Uploader Bot",
"description": "Upload on Pdisk...",
"keywords": [
"telegram",
"pdisk",
"shortner"
],
"website": "https://github.com/ParitoshPky/pDisk-Uploader",
"repository": "https://github.com/ParitoshPky/pDisk-Uploader",
"env": {
"BOT_TOKEN": {
"description": "Your bot token (must add)",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "4348312"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "04fc2de75c898324561286e5b10bd619"
},
"PDISK_API_KEY": {
"description": "Get this from https://www.pdisk.me/use-api (must change)",
"value": "d03ea83365f488f7003c885ed132615b"
},
"CHANNEL": {
"description": "Enter your telegram channel Username (must change and without @)",
"value": "ParitoshPky_Official"
},
"THUMB_URL": {
"description": "Enter the permanent thumbnail image url can use this @HK_telegraph_BOT",
"value" : ""
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}