-
Notifications
You must be signed in to change notification settings - Fork 42
/
app.json
44 lines (44 loc) · 1.31 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
{
"name": "AnyChecker Bot",
"description": "A Telegram Bot Made In Pure PHP with Several Features!",
"logo": "https://telegra.ph/file/0b1d5cb8deeec7a506154.jpg",
"keywords": [
"Telegram",
"Bot",
"Modular"
],
"website": "https://telegram.me/AnyCheckerBot",
"repository": "https://github.com/IndianBots/AnyCheckerBot",
"success_url": "https://telegram.me/IndianBots",
"env": {
"BOT_TOKEN": {
"description": "Enter your Bot Token Here. Get it from @Botfather",
"required": true
},
"BOT_USERNAME": {
"description": "Enter the Username of your bot.",
"required": true
},
"WEATHER_API_KEY": {
"description": "Enter the Username of your bot.",
"value": "89ef8a05b6c964f4cab9e2f97f696c81",
"required": true
},
"TG_DUMP_CHAT": {
"description": "Chat ID of a Private Group/Channel to store Logs",
"required": false
},
"TIMEZONE": {
"description": "Your Timezone for Logging Time",
"value": "Asia/Kolkata",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/php"
}