-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.json
25 lines (25 loc) · 945 Bytes
/
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
{
"name": "compress-pdf-tg-bot",
"description": "pdf size compressing telegram robot. Make your forks now",
"keywords": ["telegram", "pdf", "size", "compressor", "robot"],
"logo": "https://veryutils.com/image/cache/mpseller/customer-5/pdf-compress-logo-500x500.png",
"website": "https://github.com/m4mallu/compress-pdf-tg-bot",
"repository": "https://github.com/m4mallu/compress-pdf-tg-bot",
"env": {
"APP_ID": {"description": "Get this value from https://my.telegram.org", "required": true},
"API_HASH": {"description": "Get this value from https://my.telegram.org" , "required": true},
"TG_BOT_TOKEN": {"description": "Get Bot Token From @BotFather Bot", "required": true},
"ENV": {"description": "Set this to ANYTHING","value": "ANYTHING"}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}