-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 998 Bytes
/
app.json
File metadata and controls
37 lines (37 loc) · 998 Bytes
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
{
"name": "Channel Actions Bot",
"description": "Channel Actions Bot for telegram, by @BotzHub.",
"logo": "",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"botzhub"
],
"repository": "https://github.com/xditya/ChannelActionsBot",
"website": "xditya.me",
"success_url": "https://t.me/BotzHub",
"env": {
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": ""
},
"REDIS_URI": {
"description": "Redis database URL, from redislabs.com",
"value": ""
},
"REDIS_PASSWORD": {
"description": "Redis database password, from redislabs.com.",
"value": ""
},
"OWNERS": {
"description": "User ID of users who own the bot, split by space.",
"value": "719195224"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}