forked from AbirHasan2005/PDisk-Videos-Search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
64 lines (64 loc) · 1.8 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
{
"name": "PDisk-Videos-Search",
"description": "A Telegram bot for searching videos in your PDisk account by @AbirHasan2005.",
"keywords": [
"telegram",
"bot",
"pdisk",
"account",
"videos",
"search"
],
"repository": "https://github.com/AbirHasan2005/PDisk-Videos-Search",
"website": "https://github.com/AbirHasan2005/PDisk-Videos-Search",
"success_url": "https://github.com/AbirHasan2005/PDisk-Videos-Search",
"env": {
"API_ID": {
"description": "Get from https://t.me/TeleORG_Bot",
"required": true
},
"API_HASH": {
"description": "Get from https://t.me/TeleORG_Bot",
"required": true
},
"BOT_TOKEN": {
"description": "Get from https://t.me/BotFather",
"required": true
},
"PDISK_USERNAME": {
"description": "Your PDisk Account Username/Email",
"required": true
},
"PDISK_PASSWORD": {
"description": "Your PDisk Account Password",
"required": true
},
"MAX_RESULTS": {
"description": "Max Search Results Number",
"required": true
},
"PDISK_DOMAIN": {
"description": "PDisk Default Domain",
"required": false,
"value": "https://www.pdisk.net/"
}
},
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chromedriver"
},
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}