forked from teletips/Powerful_BotStatus-TeLeTiPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
57 lines (57 loc) · 1.76 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
51
52
53
54
55
56
57
{
"name": "Powerful_BotStatus",
"description": "Easy & powerful bot to check if your all Telegram bots are working or not. This bot status bot updates every 105 minutes & runs for 24x7 hours.",
"repository": "https://github.com/teletips/Powerful_BotStatus-TeLeTiPs",
"keywords": [
"BotStatus",
"How to check your bots are alive or not",
"Up or down",
"Check status of bots",
"Telegram userbot",
"Pyrogram userbot"
],
"env": {
"API_ID": {
"description": "Get from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "Get from my.telegram.org/apps",
"required": true
},
"SESSION_NAME": {
"description": "A valid Pyrogram session name",
"required": true
},
"BOT_LIST": {
"description": "Your bot username list without '@' (Example: teletips1bot teletips2bot teletips3bot)",
"required": true
},
"CHANNEL_OR_GROUP_ID": {
"description": "Your channel's or group's Telegram id (Example: -1001246808642)",
"required": true
},
"MESSAGE_ID": {
"description": "Telegram id of message from your channel or group (Example: 10)",
"required": true
},
"BOT_ADMIN_IDS": {
"description": "Bot admin(s) id(s) (Example: 1357907531 2468097531 3579864213)"
},
"TIME_ZONE": {
"description": "Your time zone (Example: Asia/Kolkata)",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}