-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
app.json
76 lines (76 loc) · 2.53 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "The HellBot",
"description": "🚀 Telegram Bot on steroids! Packed with the latest commands, limitless features, etc. Unleash the ultimate power of customization and automation like never before!",
"logo": "https://te.legra.ph/file/31c5a08f0941b8fbb3f66.png",
"keywords": [
"telegram",
"userbot",
"plugin",
"pyrogram",
"hellbot"
],
"repository": "https://github.com/The-HellBot/HellBot/",
"env": {
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and paste the bot token here.",
"value": ""
},
"DATABASE_URL": {
"description": "Only use mongodb url here. Get it from https://mongodb.com/",
"value": ""
},
"HANDLERS": {
"description": "Lis of handlers seperated with a space to use for userbot command trigger.",
"value": ". ! , ?",
"required": false
},
"LOGGER_ID": {
"description": "The chat id of your logging channel/group.",
"value": ""
},
"OWNER_ID": {
"description": "Your user id.",
"value": ""
},
"HEROKU_APPNAME": {
"description": "Your heroku app name. Get it from the top of this page.",
"value": ""
},
"HEROKU_APIKEY": {
"description": "Heroku api key. Get it from https://dashboard.heroku.com/account",
"value": ""
},
"PLUGINS_REPO": {
"description": "Fillup the username/reponame of the plugins repo.",
"value": "The-HellBot/Plugins",
"required": false
},
"DEPLOY_REPO": {
"description": "Fillup the username/reponame of the deploy repo. Consider updating the default value with your own forked repo.",
"value": "The-HellBot/HellBot",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/HellBoy-OP/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chrome-for-testing"
},
{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},
{
"url": "heroku/python"
}
]
}