-
Notifications
You must be signed in to change notification settings - Fork 8
/
app.json
50 lines (50 loc) · 1.54 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
46
47
48
49
50
{
"name": "oVo-FileStreamBot",
"description": "A Telegram Bot To Get Direct Links Of Telegram Files.",
"logo": "https://telegra.ph/file/9775836743f3ce560d360.jpg",
"keywords": [
"telegram",
"pyrogram",
"aiohttp",
"python",
"Hxbots"
],
"repository": "https://github.com/oVo-HxBots/oVo-FileStreamBot",
"env": {
"APP_NAME": {
"description": "Copy-Paste the app name that you just typed above."
},
"API_ID": {
"description": "Get this value from https://my.telegram.org"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org"
},
"BOT_TOKEN": {
"description": "Get this value from @BotFather"
},
"BIN_CHANNEL": {
"description": "The BIN Channel ID. Read the readme for more info about this var"
},
"WORKERS": {
"description": "Number of workers that is to be assigned. Read the readme for more info about this var",
"required": false
},
"PING_INTERVAL": {
"description": "The time in ms you want the servers to be pinged each time to avoid sleeping.",
"required": false
},
"OWNER_ID": {
"description": "Your Telegram User ID"
}
},
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
}
}