-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.4 KB
/
app.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "Genius-userbot-2.0",
"logo": "https://te.legra.ph/file/ceee32999a8250a1f7ebb.png",
"description": "Genius-Userbot is a powerful, advanced, multi-featured Telegram userbot.",
"keywords": [
"userbot",
"musicbot",
"videobot",
"telegram"
],
"repository": "https://github.com/cutexboy/Genius-userbot-2.0",
"stack": "container",
"env": {
"API_ID": {
"description": "Enter Your Api ID Here.",
"required": true
},
"API_HASH": {
"description": "Enter Your App Hash Here",
"required": true
},
"STRING_SESSION": {
"description": "Enter Pyrogram v2 String Session",
"required": true
},
"BOT_TOKEN": {
"description": "Your Bot Token, (Get it from @BotFather)",
"required": true
},
"MONGO_DATABASE": {
"description": "Enter Your Mongo DB URL",
"required": true
},
"LOG_GROUP_ID": {
"description": "Enter Your Logger Group ID",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "standard-2x"
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}