-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 700 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (31 loc) · 700 Bytes
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
{
"name": "Kust Image2PDF",
"description": "Convert images to PDF right in Telegram.",
"repository": "https://github.com/kustbots/image2pdfbot",
"keywords": ["telegram", "bot", "pdf", "image"],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"env": {
"API_ID": {
"description": "Your Telegram API ID from my.telegram.org",
"required": true
},
"API_HASH": {
"description": "Your Telegram API hash from my.telegram.org",
"required": true
},
"BOT_TOKEN": {
"description": "Your bot token from @BotFather",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}