forked from TEAM-ABG/ExonRobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
208 lines (208 loc) · 7.14 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"name": "EXON ROBOT",
"description": "A Telegram group management bot.",
"logo": "https://telegra.ph/file/550a1524598af2578cbf3.jpg",
"keywords": [
"telegram",
"anime",
"group",
"manager",
"Exon"
],
"repository": "https://github.com/TEAM-ABG/ExonRobot",
"addons": [
{
"options": {
"version": "12"
},
"plan": "heroku-postgresql"
}
],
"env": {
"TOKEN": {
"description": "Your bot token. Can be obtained from https://telegram.dog/BotFather/",
"required": true,
"value": "YOUR BOT_TOKEN"
},
"API_ID": {
"description": "Get API_ID from my.telegram.org, used for telethon based modules.",
"required": true,
"value": ""
},
"API_HASH": {
"description": "Get API_HASH from my.telegram.org, used for telethon based modules.",
"required": true,
"value": ""
},
"APP_ID": {
"description": "Same as API_ID, BUT 2nd idi",
"required": true,
"value": ""
},
"APP_HASH": {
"description": "Same as API_HASH, but 2nd id",
"required": true,
"value": ""
},
"DATABASE_URL": {
"description": "Your Postgres SQL DataBase URI, Get one from https://customer.elephantsql.com/login",
"required": true,
"value": ""
},
"DATABASE_URL2": {
"description": "Your one extra Mongo DataBase URI, Get one from mongodb.com",
"required": true,
"value": "mongodb+srv://EXONTESTMONGO:EXONTESTMONGO@cluster0.bviw7ic.mongodb.net/?retryWrites=true&w=majority"
},
"REDIS_URL": {
"description": "Your Redis URL, Get one from redislabs.com",
"required": true,
"value": "redis://Madharjoot:GuKhao123_@redis-12276.c275.us-east-1-4.ec2.cloud.redislabs.com:12276/Madharjoot"
},
"REM_BG_API_KEY": {
"description": "From:- https://www.remove.bg/",
"required": false,
"value": "LSdLgCceYz8vNqFgJVzrkDgR"
},
"OWNER_ID": {
"description": "Your Telegram User ID as an integer.",
"required": true,
"value": "1452219013"
},
"BOT_ID": {
"description": "Your Telegram Bot ID.",
"required": true,
"value": "YOUR BOT_ID"
},
"OWNER_USERNAME": {
"description": "Your Telegram username without the @",
"value": "Abishnoi1M"
},
"SUPPORT_CHAT": {
"description": "The Telegram Support Group Where Users of your Bot can Go and ask their Questions.",
"required": true,
"value": "AbishnoiMF"
},
"UPDATES_CHANNEL": {
"description": "The Telegram News/Update Channel Where Users of your Bot can Go and check updates by you.",
"required": true,
"value": "Abishnoi_bots"
},
"EVENT_LOGS": {
"description": "Event logs CHANNEL to note down important bot level events, recommend to make this public. ex: '-123456'",
"required": true,
"value": "-1001497222182"
},
"JOIN_LOGGER": {
"description": "A CHANNEL where bot will print who added it to what group, useful during debugging or spam handling.",
"required": true,
"value": "-1001497222182"
},
"TIME_API_KEY": {
"description": "Required for timezone information. Get yours from https://timezonedb.com/api",
"required": false,
"value": "5LB4TAKPEKZ0"
},
"START_IMG": {
"description": "A Start img link",
"required": false,
"value": "https://telegra.ph/file/0191f2041ae33e11c1267.jpg"
},
"DEV_USERS": {
"description": "Enter the IDs of the users who are the Developers of the Bot. If you are newbie and want help from us Itself, then keep the IDs as they are and add yours",
"required": false,
"value": "1452219013"
},
"SPAMWATCH_API": {
"description": "Spamwatch API Token, Get one from @SpamWatchBot.",
"required": false,
"value": ""
},
"DRAGONS": {
"description": "A space separated list of user IDs who you want to assign as sudo users.",
"required": false,
"value": "1452219013"
},
"STRICT_GBAN": {
"description": "Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.",
"value": "True"
},
"DEMONS": {
"description": "A space separated list of user IDs who can use Gban From Your Bot",
"required": false,
"value": "1452219013"
},
"TIGERS": {
"description": "A space separated list of user IDs who can not be banned by your Bot",
"required": false,
"value": "1452219013"
},
"WOLVES": {
"description": "A space separated list of user IDs who you want to assign as whitelisted - can't be banned with your bot.",
"required": false,
"value": "1452219013"
},
"ENV": {
"description": "Setting this to ANYTHING will enable environment variables. Leave it as it is",
"value": "ANYTHING"
},
"URL": {
"description": "The Heroku App URL :- https://<appname>.herokuapp.com/",
"required": false,
"value": "https://example.herokuapp.com/"
},
"GENIUS_API_TOKEN": {
"description": "Genius API Token get one from genius.com/api-client",
"required": false,
"value": "rMslyaZoLcPmunSm0Fn_4nMMJjzQ6oy4kP-aVd0xIKv-g37yDZ-9FS1VEpXQ_9CB"
},
"DONATION_LINK": {
"description": "Optional: link where you would like to receive donations. If you are a noob, better leave it linking to paul",
"required": false,
"value": "https://t.me/Abishnoi1M"
},
"MONGO_DB_URL": {
"description": "Your Mongo DB URI",
"required": true,
"value": "mongodb+srv://EXONTESTMONGO:EXONTESTMONGO@cluster0.bviw7ic.mongodb.net/?retryWrites=true&w=majority"
},
"HEROKU_API_KEY": {
"description": "Your Heroku API Key from heroku profile",
"required": true,
"value": ""
},
"HEROKU_APP_NAME": {
"description": "Your Heroku APP name",
"required": true,
"value": ""
},
"INFOPIC": {
"description": "Dont change",
"required": true,
"value": "True"
},
"ARQ_API_KEY": {
"description": "Get one @ARQRobot on Telegram",
"required": true,
"value": ""
},
"ARQ_API_URL": {
"description": "Leave it as it is",
"required": true,
"value": "arq.hamker.dev"
},
"ERROR_LOGS": {
"description": "The ID of the Group where the bot will spam with shitty errors and techy stuff",
"required": true,
"value": "-1001497222182"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}