forked from nabilanavab/ilovepdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
53 lines (53 loc) · 1.26 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
{
"name": "ilovepdf_bot",
"description": "A Telegram Bot that helps you to domany this with pdf.",
"keywords": [
"Telegram", "Telegram Bot", "pdf bot",
"ilovepdf", "nabilabavab", "python",
"ilovepdf_bot", "complete pdf bot"
],
"website": "https://github.com/nabilanavab/ilovepdf",
"repository": "https://github.com/nabilanavab/ilovepdf",
"logo": "https://te.legra.ph/file/b659b2e306bb766a44537.jpg",
"success_url": "https://github.com/nabilanavab/ilovepdf",
"stack": "heroku-20",
"env": {
"API_ID": {
"description": "API_ID from my.telegram.org",
"required": true
},
"API_HASH": {
"description": "API_ID from my.telegram.org",
"required": true
},
"API_TOKEN": {
"description": "API_TOKEN from @botfather",
"required": true
},
"UPDATE_CHANNEL": {
"description": "ChannelId if you need force Subscription",
"required": false
},
"CONVERT_API": {
"description": "ConvertAPI secret token",
"required": false
},
"MAX_FILE_SIZE": {
"description": "for preventing overload (in mb)",
"required": false
},
"OWNER_ID": {
"description": "No Use Yet.. :/",
"required": false
},
"BANNED_USER": {
"description": "No Use Yet.. :/",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}