-
Notifications
You must be signed in to change notification settings - Fork 10
/
app.json
100 lines (100 loc) · 3.24 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "ULTRA X 2.0",
"description": "THE SUPER USERBOT MADED BY TEAM LEGEND AND TEAM ULTRA MANY MODULES AND SUPER BOT; JOIN @UltraXChat FOR HELP ",
"logo": "https://telegra.ph/file/4f1b2d2dcc002760b9145.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/ULTRA-OP/UltraX2/",
"website": "https://github.com/ULTRA-OP/UltraX2/",
"success_url": "https://t.me/ULTRAXCHAT",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"ALIVE_PHOTTO": {
"description": "ALIVE PHOTO ADD HERE",
"value": "https://telegra.ph/file/359cba4e0d60f8ea972d6.png",
"required": false
},
"ALIVE_NAME": {
"description": "Fill your Full name or Username like @LEGENDX22.",
"value": "",
"required": false
},
"MONGO_URL": {
"description": "put here your mongodb url",
"value": "",
"required": false
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Putting Others Value may result In Account Ban.",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Putting Others Value May result In Account Ban.",
"value": ""
},
"STRING_SESSION": {
"description": "Get this value by running https://replit.com/@legendx22/ULTRA-X#main.py ",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API.Required for updater to work.",
"value": "",
"required": true
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top.Required for updater to work.",
"value": "",
"required": true
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the token of your bot. And Don't Forget To Turn on inline Mode on bot settings. Get it.",
"value": ""
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the username of your bot without @",
"value": ""
},
"EMOJI_TO_DISPLAY_IN_HELP": {
"description": "Set The emojies You Want to Add In Help Command!!",
"value": "😄",
"required": true
},
"TZ": {
"description": "Required for Correct Time for autopic get from http://www.timezoneconverter.com/cgi-bin/findzone.tzc",
"value": "Asia/Kolkata",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/amivin/aria2-heroku.git"
},{
"url":"https://github.com/heroku/heroku-buildpack-google-chrome"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url":"https://github.com/heroku/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "heroku/python"
}]
}