forked from AbirHasan2005/Torrent-Search-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
45 lines (45 loc) · 1.3 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
{
"name": "Torrent Search Bot by @AbirHasan2005",
"description": "A Simple Telegram Inline Torrent Search Bot in Pyrogram by @AbirHasan2005",
"keywords": [
"telegram",
"inline",
"torrent",
"search",
"bot"
],
"repository": "https://github.com/AbirHasan2005/Torrent-Search-Bot",
"website": "https://telegram.dog/AbirHasan2005",
"success_url": "https://github.com/AbirHasan2005/Torrent-Search-Bot",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"API_HASH": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"SESSION_NAME": {
"description": "Any Bot Session Name. You can keep default!",
"value": "Torrent-Search-Bot"
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token by @BotFather"
},
"MAX_INLINE_RESULTS": {
"description": "Max Telegram Inline Search Result. Keep Default!",
"value": "50",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}