forked from code-rgb/USERGE-X
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
40 lines (40 loc) · 1.61 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
{
"name": "USERGE-X",
"description": "telegram pluggable userbot",
"logo": "https://i.imgur.com/1xsOo9o.png",
"keywords": [
"USERGE-X",
"telegram",
"pluggable",
"userbot"
],
"repository": "https://github.com/code-rgb/USERGE-X",
"website": "https://github.com/code-rgb/USERGE-X",
"success_url": "https://github.com/code-rgb/USERGE-X",
"env": {
"API_ID": {"description": "Get this value from https://my.telegram.org"},
"API_HASH": {"description": "Get this value from https://my.telegram.org"},
"DATABASE_URL": {"description": "Mongodb url from https://cloud.mongodb.com/"},
"LOG_CHANNEL_ID": {"description": "Telegram Log Channel ID"},
"HU_STRING_SESSION": {
"description": "Get it by 'https://GenUserGeString.usergeuserbot.repl.run' or use `bash genStr`",
"required": false}
},
"addons": [],
"buildpacks": [
{"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"},
{"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab.git"},
{"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"},
{"url": "https://github.com/rking32/heroku-buildpack-google-chrome"},
{"url": "https://github.com/rking32/heroku-buildpack-chromedriver"},
{"url": "https://github.com/chrismytton/heroku-buildpack-jq.git"},
{"url": "https://github.com/heroku/heroku-buildpack-apt.git"},
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}