forked from LISA-KOREA/UnZip-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
35 lines (34 loc) · 705 Bytes
/
app.json
File metadata and controls
35 lines (34 loc) · 705 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
32
33
34
{
"name": "UnZip Bot",
"description": "Telegram's best Open Source UnZip Bot",
"repository": "https://github.com/LISA-KOREA/UnZip-Bot",
"logo": "https://telegra.ph/file/dd1f5c456e1d5e9a7f8b4.jpg",
"keywords": ["telegram", "bot", "pyrogram"],
"env": {
"BOT_TOKEN": {
"description": "Telegram Bot Token",
"required": true
},
"API_ID": {
"description": "Telegram API ID",
"required": true
},
"API_HASH": {
"description": "Telegram API Hash",
"required": true
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}