-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathapp.json
295 lines (295 loc) · 10.7 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
{
"name": "Telethon UserBot",
"description": "Modular UserBot powered by @TelethonChat!",
"logo": "https://telegra.ph/file/6ce444f5ba54d79fb8622.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://gitlab.com/muhammedfurkan",
"website": "https://telegram.dog/telethon",
"success_url": "https://t.me/telethon/",
"stack": "container",
"env": {
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": "",
"required": true
},
"API_TOKEN": {
"description": "quote plugin",
"required": false
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": "",
"required": true
},
"BOTLOG": {
"description": "log stuff true/false",
"required": false
},
"COMMAND_HAND_LER": {
"description": "specify command handler that should be used for the plugins. This should be a valid \"regex\" pattern",
"required": false
},
"DB_URI": {
"description": "database sqlalchemy",
"required": false
},
"DEFAULT_BIO": {
"description": "spotify stuff",
"required": false
},
"DEFAULT_NAME": {
"description": "spotify stuff",
"required": false
},
"ENV": {
"description": "Setting this to ANYTHING will enable environment variables.",
"value": "ANYTHING",
"required": false
},
"FF_MPEG_DOWN_LOAD_MEDIA_PATH": {
"description": "for video trimming and screenshot plugins",
"required": false
},
"GDRIVE_FOLDER_ID": {
"description": "upload location",
"required": false
},
"GOOGLE_CHROME_BIN": {
"description": "selenium stuff",
"required": false
},
"GOOGLE_CHROME_DRIVER": {
"description": "selenium stuff",
"required": false
},
"G_BAN_LOGGER_GROUP": {
"description": "Send .get_id in any group with all your administration bots (added)",
"value": "-100",
"required": false
},
"G_DRIVE_CLIENT_ID": {
"description": "Get your credentials from https://da.gd/so63O",
"required": false
},
"G_DRIVE_CLIENT_SECRET": {
"description": "Get your credentials from https://da.gd/so63O",
"required": false
},
"G_PHOTOS_AUTH_TOKEN_ID": {
"description": "google photos",
"required": false
},
"G_PHOTOS_CLIENT_ID": {
"description": "get the client id from https://da.gd/PUniTBorg",
"required": false
},
"G_PHOTOS_CLIENT_SECRET": {
"description": "get the client secret from https://da.gd/PUniTBorg",
"required": false
},
"HASH_TO_TORRENT_API": {
"description": "This is required for the hash to torrent file functionality to work.",
"value": "https://example.com/torrent/{}",
"required": false
},
"HU_STRING_SESSION": {
"description": "Get this value by running python3 GenerateStringSession.py locally",
"value": "",
"required": true
},
"IBM_WATSON_CRED_PASSWORD": {
"description": "This is required for the speech to text module. Get your PASSWORD from https://console.bluemix.net/docs/services/speech-to-text/getting-started.html",
"required": false
},
"IBM_WATSON_CRED_URL": {
"description": "This is required for the speech to text module. Get your USERNAME from https://console.bluemix.net/docs/services/speech-to-text/getting-started.html",
"required": false
},
"IBM_WATSON_CRED_USERNAME": {
"description": "This is required for the speech to text module. Get your PASSWORD from https://console.bluemix.net/docs/services/speech-to-text/getting-started.html",
"required": false
},
"IS_TEAM_DRIVE": {
"description": "google drive teamdrive support",
"required": false
},
"LOGSPAMMER": {
"description": "PM stuff",
"required": false
},
"MAX_FLOOD_IN_P_M_s": {
"description": "define the number of messages that should be considered as 'spam' in PMs",
"required": false
},
"MIRROR_ACE_API_KEY": {
"description": "mirrorace plugin key ",
"required": false
},
"MIRROR_ACE_API_TOKEN": {
"description": "mirrorace plugin token",
"required": false
},
"MONGO_DB_URI": {
"description": "Database for mongodb",
"required": true
},
"NC_LOG_P_M_S": {
"description": "PM stuff",
"required": false
},
"NO_OF_BUTTONS_DISPLAYED_IN_H_ME_CMD": {
"description": "Number of rows of modules that needs to be displayed in the .helpme command",
"required": false
},
"OCR_SPACE_API_KEY": {
"description": "Get an API Key from http://OCR.Space",
"required": false
},
"OPEN_LOAD_KEY": {
"description": "rapidleech plugin",
"required": false
},
"OPEN_LOAD_LOGIN": {
"description": "rapidleech plugin",
"required": false
},
"OPEN_WEATHER_MAP_APPID": {
"description": "Get your own APPID from https://api.openweathermap.org/data/2.5/weather",
"required": false
},
"PM_LOGGR_BOT_API_ID": {
"description": "pm stuff",
"required": false
},
"PRIVATE_CHANNEL_BOT_API_ID": {
"description": "Send .get_id in any channel to fill this value. ReQuired for @Manuel15 inspiration to work!",
"value": "-100",
"required": false
},
"PRIVATE_GROUP_BOT_API_ID": {
"description": "Send .get_id in any group to fill this value.",
"value": "-100",
"required": false
},
"REM_BG_API_KEY": {
"description": "Get your own API key from https://www.remove.bg/ or feel free to use http://telegram.dog/Remove_BGBot",
"required": false
},
"SPAM_WATCHAPI": {
"description": "spamwatch api on/off",
"required": false
},
"SPAM_WATCH_API": {
"description": "spamwatch api key",
"required": false
},
"SPOTIFY_BIO_PREFIX": {
"description": "spotify stuff",
"required": false
},
"SPOTIFY_DC": {
"description": "spotify stuff",
"required": false
},
"SPOTIFY_INITIAL_BIO": {
"description": "spotify stuff",
"required": false
},
"SPOTIFY_KEY": {
"description": "spotify stuff",
"required": false
},
"SUDO_USERS": {
"description": "List down the user IDs who should have permission to use you. Be Careful. You are granting access to your entire account to the people you mention in the below field, seperated by SPACE. Send .get_id in any private chat or as a reply to any user in any group, to fill this value",
"value": "7351948 500346573 606342588 653184647 751003349 752396210 797179106 804216742 830068297 873236756",
"required": false
},
"TAG_CHANNEL": {
"description": "tag channel",
"required": false
},
"TELEGRAPH_SHORT_NAME": {
"description": "This is required for the @telegraph functionality.",
"value": "Telethon-USERBOT",
"required": false
},
"TELE_GRAM_2FA_CODE": {
"description": "Your Telegram 2FA code as a string",
"required": false
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Obtain a Telegram bot token by contacting @BotFather",
"required": false
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Obtain a Telegram bot @username by contacting @BotFather",
"required": false
},
"TG_GLOBAL_ALBUM_LIMIT": {
"description": "How many media should appear when you do a .google image search? (setting a low value is preferred)",
"value": "9",
"required": false
},
"TMP_DOWNLOAD_DIRECTORY": {
"description": "This is required for the plugins involving the file system.",
"value": "./DOWNLOADS/",
"required": false
},
"TZ": {
"description": "set your default time zone for time related features to work correctly. Value should match the string here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones",
"required": false
},
"UB_BLACK_LIST_CHAT": {
"description": "set blacklist_chats where you do not want userbot features",
"value": "-1001220993104 -1001365798550 -1001158304289 -1001212593743 -1001195845680 -1001330468518 -1001221185967 -1001340243678 -1001311056733 -1001135438308 -1001038774929 -1001070622614 -1001119331451 -1001095401841",
"required": false
},
"VERY_STREAM_KEY": {
"description": "Get your API key from https://verystream.com",
"required": false
},
"VERY_STREAM_LOGIN": {
"description": "Get your API key from https://verystream.com",
"required": false
},
"YOUTUBE_API_KEY": {
"description": "spotify stuff",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab"
},
{
"url": "https://github.com/HasibulKabir/heroku-buildpack-p7zip"
},
{
"url": "https://github.com/hugovelias/heroku-buildpack-youtube-dl"
},
{
"url": "https://github.com/amivin/aria2-heroku"
},
{
"url": "heroku/python"
}
]
}