-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathapp.json
49 lines (48 loc) · 1.08 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 Upload Bot",
"description": "Telegram's best Open Source Pdisk Upload Bot. Create your Fork now.",
"keywords": [
"telegram",
"best",
"pdisk",
"upload",
"bot",
"open",
"source",
"custom",
"thumbnail",
"title"
],
"success_url": "https://telegram.me/PDiskXUploaderBot",
"website": "https://github.com/HeimanPictures/HeimanPictures/",
"repository": "https://github.com/HeimanPictures/Pdisk-Upload-Bot",
"env": {
"BOT_TOKEN": {
"description": "Your bot token, as a string from botfather.",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_KEY": {
"description": "Your PDisk API Key from https://www.cofilink.com/use-api. Do Sign-in",
"value": ""
}
},
"addons": [
],
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}