forked from MysteryBots/UnzipBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
42 lines (42 loc) · 1.1 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
{
"name": "Unzip and Unrar Bot",
"description": "Telegram bot to unzip and Unrar files.",
"logo": "https://telegra.ph/file/4dbd4680a4f794fce88ce.jpg",
"keywords": [
"telegram",
"bot",
"python",
"pyrogram"
],
"repository": "https://github.com/MysteryBots/UnzipBot",
"website": "https://telegram.dog/MysteryBots",
"success_url": "www.mysteryxd.ml",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org or @TgOrgBot"
},
"API_HASH": {
"description": "Get this value from my.telegram.org or @TgOrgBot"
},
"BOT_TOKEN": {
"description": "Obtain a Telegram bot token by contacting @BotFather"
},
"OWNER_ID": {
"description": "Get your id by sending /id to @MissMiley_bot. Fill only if you filled OWNER_NAME.",
"required": false
},
"OWNER_NAME": {
"description": "Your name (to show as owner).Fill only if you filled OWNER_ID.",
"required": false
}
},
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}