-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapp.json
248 lines (247 loc) · 8.35 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
{
"name": "SUMI",
"description": "An Advanced Anime themed Telegram group management bot.",
"logo": "https://telegra.ph/file/ace91d9ae6af3881d3940.jpg",
"keywords": [
"telegram",
"anime",
"group",
"manager",
"SUMI"
],
"repository": "https://github.com/Ishikki-Akabane/RUKA",
"addons": [
{
"options": {
"version": "12"
},
"plan": "heroku-postgresql"
}
],
"env": {
"TOKEN": {
"description": "Your bot token. Get one from @BotFather duh",
"required": true,
"value": ""
},
"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": ""
},
"REDIS_URL": {
"description": "Paste your redis url in format redis://<username of admin role>:<password of admin role>@<endoint url>/<database name>. YOU CAN SKIP THIS IF YOU DONT HAVE ONE",
"required": false,
"value": ""
},
"DATABASE_URL": {
"description": "Your postgres sql db, empty this field if you dont have one.",
"required": false,
"value": ""
},
"OWNER_ID": {
"description": "Your user ID as an integer.",
"required": true,
"value": "5030730429"
},
"OWNER_USERNAME": {
"description": "Your username without the @",
"value": "Ishikki_AKABANE"
},
"OWNER_NAME": {
"description": "Your Name",
"value": "ISHIKKI AKABANE"
},
"SUPPORT_CHAT": {
"description": "Your Telegram support group chat username(without @) where your users will go and bother you with shit But be like: MyGroupChatUsernameBlah",
"required": true,
"value": "BotsLabXD"
},
"UPDATE_CHANNEL": {
"description": "Your Telegram update channel username(without @) where you will give updates about your bot",
"required": false,
"value": "updatesxd"
},
"NETWORK_USERNAME": {
"description": "Your Network or Community username(without @). IF YOU DONT HAVE ONE, SKIP THIS FIELD",
"required": false,
"value": "KAZUMACLANXD"
},
"NETWORK_NAME": {
"description": "Your Network or Community name. IF YOU DONT HAVE ONE, SKIP THIS FIELD",
"required": false,
"value": "KAZUMA CLAN"
},
"EVENT_LOGS": {
"description": "Event logs channel to note down important bot level events, recommend to make this public. ex: '-123456'",
"required": true,
"value": ""
},
"JOIN_LOGGER": {
"description": "A channel where bot will print who added it to what group, useful during debugging or spam handling.",
"required": true,
"value": ""
},
"ARQ_API_KEY": {
"description": "For Some Modules. Get it from @ArqRobot",
"required": true,
"value": ""
},
"CASH_API_KEY": {
"description": "Required for currency converter. Get yours from https://www.alphavantage.co/support/#api-key. YOU CAN SKIP THIS IF YOU DONT HAVE ONE or visit @BotsLabXD to get your token",
"required": false,
"value": ""
},
"TIME_API_KEY": {
"description": "Required for timezone information. Get yours from https://timezonedb.com/api. YOU CAN SKIP THIS IF YOU DONT HAVE ONE or visit @BotsLabXD to get your token",
"required": true,
"value": ""
},
"DEV_USERS": {
"description": "ID of users who are Devs of your bot (can use /py etc.). If you are a noob and would come and bother RUKA support then keep the current ID's here at they are and add yours. give spaces between to add multiple id's",
"required": false,
"value": "5030730429"
},
"sw_api": {
"description": "Spamwatch API Token, Get one from @SpamWatchBot.",
"required": false,
"value": ""
},
"STRICT_GBAN": {
"description": "Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.",
"value": "True"
},
"MONGO_DB_URI": {
"description": "Your Mongo DB url. YOU CAN SKIP THIS IF YOU DONT HAVE ONE",
"required": false,
"value": ""
},
"DRAGONS": {
"description": "A space separated list of user IDs who you want to assign as sudo users.",
"required": false,
"value": "5030730429"
},
"DEMONS": {
"description": "A space separated list of user IDs who you wanna assign as support users(gban perms only).",
"required": false,
"value": "5030730429"
},
"TIGERS": {
"description": "A space separated list of user IDs who you wanna assign as tiger users.",
"required": false,
"value": "5030730429"
},
"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": "5030730429"
},
"GROUP_ALIVE_PIC": {
"description": "Paste link of your image which will be shown when you send /alive.",
"required": false,
"value": ""
},
"AFKVID": {
"description": "Paste link of your video or gif which will be shown when someone goes afk",
"required": false,
"value": ""
},
"RUKA_STATS_PIC": {
"description": "Paste link of your image which will be shown when you send /stats",
"required": false,
"value": ""
},
"RUKA_WELCOME": {
"description": "Paste link of your image which will be shown when someone adds the bot to group",
"required": false,
"value": ""
},
"RUKA_DIS_WEL": {
"description": "Paste link of your image which will be shown to welcome dragons and dev Disasters when they join a group ",
"required": false,
"value": ""
},
"RUKA_OWNER_WEL_IMG": {
"description": "Paste link of your image which will be shown to welcome the owner in the group when he joins",
"required": false,
"value": ""
},
"RUKA_DISPACHER_PIC": {
"description": "Paste link of your image which will be shown when you deploy your bot",
"required": false,
"value": ""
},
"RUKA_HELP_PIC": {
"description": "Paste link of your image which will be shown",
"required": false,
"value": ""
},
"PM_IMAGE": {
"description": "Paste link of your image which will be shown in the pm start when you send /start in bot's pm",
"required": false,
"value": ""
},
"GROUPSTART_VID": {
"description": "Paste link of your video or gif which will be shown when you send /start in groups",
"required": false,
"value": ""
},
"ENV": {
"description": "Setting this to ANYTHING will enable environment variables. Leave it as it is",
"value": "ANYTHING"
},
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks. If you dont know how this works leave it as it is",
"required": false,
"value": ""
},
"PORT": {
"description": "Port to use for your webhooks. Better leave this as it is on heroku",
"required": false,
"value": ""
},
"URL": {
"description": "The Heroku App URL :- https://<appname>.herokuapp.com/",
"required": false,
"value": "https://<appname>.herokuapp.com/"
},
"No_LOAD": {
"description": "Dont load these modules cause they shit, space separation",
"required": false,
"value": ""
},
"BL_CHATS": {
"description": "List of chats you want blacklisted.",
"required": false,
"value": ""
},
"ALLOW_EXCL": {
"description": "Set this to True if you want ! to be a command prefix along with /. Recommended is True",
"value": "True"
},
"DEL_CMDS": {
"description": "Set this to True if you want to delete command messages from users who don't have the perms to run that command.",
"value": "False"
},
"AI_API_KEY": {
"description": "Make your bot talk using Kuki's chatbot API, get your key from @BotsLabXD",
"required": false,
"value": ""
},
"BAN_STICKER": {
"description": "ID of the sticker you want to use when banning people.",
"required": false,
"value": "CAACAgQAAx0CU_rCTAABAczQXyBOv1TsVK4EfwnkCUT1H0GCkPQAAtwAAwEgTQaYsMtAltpEwhoE"
},
"WALL_API": {
"description": "Required for wallpaper. Get your's from https://wall.alphacoders.com/",
"required": false,
"value": ""
}
}
}