forked from The-HellBot/HellBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
73 lines (73 loc) · 2.06 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
{
"name": "Hêllẞø†",
"description": "One of the best Userbot for Telegram. Known for its Smoothness, Design, Support.",
"logo": "https://telegra.ph/file/7decf235312af8536e9aa.jpg ",
"keywords": [
"telegram",
"userbot",
"plugin",
"telethon",
"hellbot",
"modular",
"productivity"
],
"repository": "https://github.com/The-HellBot/HellBot/",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"ABUSE": {
"description": "Leave it blank if you dont want Profanity in HellBot. Else Fill ON.",
"value": "ON",
"required": false
},
"HANDLER": {
"description": "Your command handler. Default is ' . ' (dot).",
"value": "."
},
"APP_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"HELLBOT_SESSION": {
"description": "Get this value by using repl or termux. Refer to Repo for more info.",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API. Required for updater to work.",
"value": ""
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top. Required for updater to work.",
"value": ""
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and paste the bot token here.",
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "https://github.com/HellBoy-OP/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/heroku/heroku-buildpack-google-chrome"
},{
"url":"https://github.com/heroku/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}