forked from CRiMiNaL786/DESTROYX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
236 lines (213 loc) · 7.2 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
{
"name": "DESTROYX",
"description": "DESTROYX is a Telegram userbot that running on Python , It help you to manage your telegram easily ",
"logo": "https://telegra.ph/file/9a8075c07a133f07305c6.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://t.me/DESTROYXsupport",
"website": "https://t.me/DXplugins",
"success_url": "https://t.me/CriMiNaL786",
"stack": "container",
"env": {
"TELEGRAM_API_KEY": {
"description": "Get this value from my.telegram.org.[IMPORTANT]",
"value": ""
},
"TELEGRAM_API_HASH": {
"description": "Get this value from my.telegram.org.[IMPORTANT]",
"value": ""
},
"TELEGRAM_STRING_SESSION": {
"description": "Get this value by running [python3 string_session.py] in Pyrogram or heroku[IMPORTANT]"
},
"HEROKU_APIKEY": {
"description": "very important for !update command to make DESTROYX up-to-date , get it from 'https://dashboard.heroku.com/account.",
"value": ""
},
"HEROKU_APPNAME": {
"description": "enter app name again here, very important for !update command to make DESTROYX up-to-date ,",
"value": ""
},
"GENIUS_API_TOKEN": {
"description": "need for !lyrics command , Get your own api token from https://genius.com/developers",
"value": "Enter genius api here if you need ",
"required": false
},
"COUNTRY": {
"description": "Set your Country to be used in the !time and !date commands.",
"value": "India",
"required": false
},
"TZ_NUMBER": {
"description": "Change this value in case your country has multiple Time Zones.",
"value": "1",
"required": false
},
"TAG_LOG": {
"description": "your private group id same as botlog_chatid.",
"value": "",
"required": true
},
"FED_LOGGER": {
"description": "your group id same as botlog_chatid and tag_log for superfban.",
"value": "",
"required": true
},
"FULL_SUDO": {
"description": "if you set it true sudo users can access your full datas ",
"value": "",
"required": false
},
"PROFILE_PP": {
"description": "Your photo link for !autopic command",
"value": "https://telegra.ph/file/edc2836f4353c6b01bcb4.jpg",
"required": false
},
"OPEN_WEATHER_MAP_APPID": {
"description": "need for !weather command, (API key)from https://api.openweathermap.org",
"value": "Enter api here if you need ",
"required": false
},
"BOTLOG": {
"description": "Recommeded to true ,BOTLOG_CHATID must be filled correct if you set it true",
"value": "False",
"required": false
},
"BOTLOG_CHATID": {
"description": "Important for wark some plugins,bot logs , make super group with @MissRose_bot then type /id to get this value",
"value": "0",
"required": true
},
"BOT_TOKEN": {
"description": "Recommended for INLINE_MODE",
"value": "",
"required": true
},
"INLINE_MODE": {
"description": "BOT_TOKEN must be filled correct if you set this true",
"value":"False",
"required": false
},
"CONSOLE_LOGGER_VERBOSE": {
"description": "BOTLOG_CHATID must be filled correct if you set it true",
"value": "False",
"required": false
},
"PM_PROTECTOR": {
"description": "Prevent unknown people to spam your pm , type !allow to allow them to pm",
"value": "true",
"required": false
},
"YOUTUBE_API_KEY": {
"description": "YouTube Data API Key for !youtube command. Get from https://console.cloud.google.com",
"value": "Enter api here if you need ",
"required": false
},
"OCR_SPACE_API_KEY": {
"description": "OCR API Key for !read (read photo's text)command. Get from https://ocr.space/ocrapi",
"value": "Enter api here if you need ",
"required": false
},
"REM_BG_API_KEY": {
"description": "API Key for .rbg(remove background picture) command. Get from https://www.remove.bg/api",
"value": "Enter api here if you need ",
"required": false
},
"ANTI_SPAMBOT": {
"description": "BOTLOG_CHATID must be filled correct if you set it true",
"value": "False",
"required": false
},
"ANTI_SPAMBOT_SHOUT": {
"description": "BOTLOG_CHATID must be filled correct if you set it true",
"value": "False",
"required": false
},
"TMP_DOWNLOAD_DIRECTORY": {
"description": "for use GDrive, .download etc..)",
"value": "./downloads/",
"required": false
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "important for mafk fill your bot username with @",
"value": "",
"required": true
},
"CLEAN_WELCOME": {
"description": "When a new person joins, the old welcome message is deleted.",
"value": "True",
"required": false
},
"ALIVE_S_MESSAGE": {
"description": "Edit if you want",
"value": "I am Alive my Master!",
"required": false
},
"ALIVE_E_MESSAGE": {
"description": "Edit if you want",
"value": "Databases functioning normally!!",
"required": false
},
"BIO_MESSAGE": {
"description": "custom bio message while u using !autobio command",
"value": "Current date",
"required": false
},
"JAVES_NAME": {
"description": "You can edit bot's name",
"value": "DESTROYX",
"required": false
},
"PM_MESSAGE": {
"description": "you can edit what pm_protecter message!",
"value": "Hello Sir, I can't allow you to my master's PM without his permissions please be patient, Thankyou",
"required": false
},
"SUDO_USERS": {
"description": "give sudo user's id , he can control your DESTROYX, you can add multiple sudo users id by space , sudo users cant access your privacy untill you on full_sudo",
"value": "",
"required": false
},
"AFK_MESSAGE": {
"description": "Edit if you want!",
"value": "Hello Sir, My master offline just leave your message, Thankyou!",
"required": false
},
"BLOCK_MESSAGE": {
"description": "Edit if you want!",
"value": "I am not going to allow you to spam My master's PM, You have been blocked!",
"required": false
},
"YOUR_SHORT_NAME": {
"description": "Name to show in !destroyx message!",
"value": "your name",
"required": true
},
"LYDIA_API_KEY": {
"description": "need for auto replay (lydia) future get api key from https://coffeehouse.intellivoid.net/",
"value": "enter lydia api key here",
"required": false
},
"WEATHER_DEFCITY": {
"description": "Set the default city for the userbot's !weather module.",
"value": "enter your city ",
"required": false
},
"LOGSPAMMER": {
"description": "BOTLOG_CHATID must be filled correct if you set it true",
"value": "false",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "13"
}
}]
}