-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathapp.json
149 lines (149 loc) · 4.63 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "ᴇɪᴠᴀ-ᴜsᴇʀʙᴏᴛ",
"description": "Eiva is one of the Best UserBot for Telegram. Known for its Smoothness, Design, Support.",
"logo": "https://telegra.ph/file/55cba9d793f01499c2dfe.jpg ",
"keywords": [
"telegram",
"userbot",
"plugin",
"telethon",
"Eivabot",
"modular",
"productivity"
],
"repository": "https://github.com/TeamEiva/EivaBot/",
"website": "https://github.com/TeamEiva/",
"success_url": "https://t.me/TheEiva",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"YOUR_NAME": {
"description": "Fill Your Telegram Name. Default Value is Eiva",
"value": "ℰⅈᏉᗅ",
"required": false
},
"MONGO_DB_URL ": {
"description": "Mongo Db Url Get it from www.mongodb.com",
"value": "",
"required": true
},
"ALIVE_MSG": {
"description": "Your Custom Alive Message to show on Alive.",
"value": "ᴇɪᴠᴀ ɪs ᴏɴ ғɪʀᴇ ༄",
"required": false
},
"ALIVE_PIC": {
"description": "Paste the telegraph link of a video/gif/pic to show on Alive.",
"value": "https://telegra.ph/file/cca0cd6ee5e1939ebf1c9.jpg",
"required": false
},
"ABUSE": {
"description": "Leave it blank if you dont want Profanity in EivaBot. Else Fill ON.",
"value": "ON",
"required": false
},
"PMPERMIT_PIC": {
"description": "Paste the Telegraph link to show in pm permit message.",
"value": "https://telegra.ph/file/cca0cd6ee5e1939ebf1c9.jpg",
"required": false
},
"PM_LOG_ID": {
"description": "Fill your private Channel ID if you want to Log PM messages. Get channel id from @Eiva50_bot",
"value": "",
"required": false
},
"HANDLER": {
"description": "Your command handler. Default is ' . ' (dot).",
"value": "."
},
"EMOJI_IN_HELP": {
"description": "A emoji to display in help command",
"value": "✘"
},
"BUTTONS_IN_HELP": {
"description": "No.of buttons to display in help menu.",
"value": "5"
},
"PM_PERMIT": {
"description": "Fill DISABLE to turn off pm permit.",
"value": "ENABLE"
},
"APP_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"LOGGER_ID": {
"description": "Create a private channel. And get it's id from @Eiva50_bot and paste here. Value should start with -100",
"value": ""
},
"EivaBOT_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": "",
"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
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and paste the bot token here.",
"value": ""
},
"TAG_LOGGER": {
"description": "Make a group and add rose. Do /id and paste the chat id here.",
"value": "",
"required": false
},
"BOT_USERNAME": {
"description": "Make a bot from @BotFather and paste the username here.",
"value": ""
},
"YOUR_CHANNEL": {
"description": "Fill your channel username(without @) to get this displayed on your Eiva Alive.",
"value": "TheEiva",
"required": false
},
"YOUR_GROUP": {
"description": "Fill your group username(without @) to get this displayed on your Eiva Alive.",
"value": "EivaSupport",
"required": false
},
"SUDO_USERS": {
"description": "Userid of user to grant sudo access. Add multiple sudo users by giving a space between userids",
"value": "",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "https://github.com/jonathanong/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/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}