forked from farizjs/Flicks-Userbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
201 lines (200 loc) · 7.18 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
{
"name": "Flicks-Userbot",
"description": "[Ficks-Userbot] USERBOT KHUSUS YANG DIGUNAKAN UNTUK BERMAIN DI TELEGRAM.",
"logo": "https://telegra.ph/file/a9eca2929a057f72fc6dd.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/fjgaming212/Flicks-Userbot",
"telegram": "https://t.me/FJ_GAMING",
"success_url": "https://t.me/FlicksSupport",
"stack": "container",
"env": {
"API_KEY": {
"description": "Dapatkan Api Key di web my.telegram.org ,masukan yang API ID",
"required": true
},
"API_HASH": {
"description": "Dapatkan Api Hash Di Web my.telegram.org.",
"required": true
},
"STRING_SESSION": {
"description": "Dapatkan String Session di https://replit.com/@fjgaming212/StringSession#main.py",
"required": true
},
"HEROKU_APP_NAME": {
"description": "Nama App heroku, Nama App yang paling pertama di isi (liat paling atas)",
"required": true
},
"HEROKU_API_KEY": {
"description": "Heroku API KEY mu, dapatkan dari web 'https://dashboard.heroku.com/account'",
"value": "Check Di Heroku Dashboard Mu",
"required": true
},
"BOTLOG": {
"description": "Kalo Mau Off in BOTLOG Ganti False",
"value": "True",
"required": true
},
"BOTLOG_CHATID": {
"description": "Buatlah Sebuah Grup Publik Lalu Masukkan Bot @MissRose_Bot Ke Grup Mu, Setelah itu Ketik /id. Nanti akan muncul ID seperti ini Contoh : -1001234567890",
"value": "Isi ID Grup Anda, Contoh -1001404961053",
"required": true
},
"G_BAN_LOGGER_GROUP": {
"description": "Buatlah Sebuah Grup Publik Lalu Masukkan Bot @MissRose_Bot Ke Grup Mu, Setelah itu Ketik /id. Nanti akan muncul ID seperti ini Contoh : -1001234567890",
"value": "Isi ID Grup Anda, Contoh -1001404961053",
"required": true
},
"QUOTES_API_TOKEN": {
"description": "Dapatkan Token Dari http://antiddos.systems",
"value": "33273f18-4a0d-4a76-8d78-a16faa002375",
"required": false
},
"GENIUS_ACCESS_TOKEN": {
"description": "Client Access Token from https://genius.com/api-clients.",
"value": "vDhUmdo_ufwIvEymMeMY65IedjWaVm1KPupdx0L",
"required": false
},
"GENIUS": {
"description": "Get this value from https://genius.com/developers., basically same as GENIUS_API_TOKEN.",
"value": "vDhUmdo_ufwIvEymMeMY65IedjWaVm1KPupdx0L",
"required": false
},
"COUNTRY": {
"description": "Set your Country to be used in the .time and .date commands.",
"value": "ID",
"required": true
},
"TZ_NUMBER": {
"description": "Change this value in case your country has multiple Time Zones.",
"value": "1",
"required": false
},
"OPEN_WEATHER_MAP_APPID": {
"description": "Get your own APPID (API key)from https://api.openweathermap.org/data/2.5/weather",
"value": "5ed2fcba931692ec6bd0a8a3f8d84936",
"required": false
},
"PM_AUTO_BAN": {
"description": "PM Auto-Ban Feature Switch. Also known as the 'bleep blop, this is a bot...' module.",
"value": "False",
"required": true
},
"YOUTUBE_API_KEY": {
"description": "YouTube Data API Key for .yt command. Get from https://console.cloud.google.com",
"value": "AIzaSyACwFrVv-mlhICIOCvDQgaabo6RIoaK8Dg",
"required": false
},
"OCR_SPACE_API_KEY": {
"description": "OCR API Key for .ocr command. Get from https://ocr.space/ocrapi",
"value": "12dc42a0ff88957",
"required": false
},
"REM_BG_API_KEY": {
"description": "API Key for .rbg command. Get from https://www.remove.bg/api",
"value": "GPLyodhzj3uY2fnJbSsnKek8",
"required": false
},
"ANTI_SPAMBOT": {
"description": "Kicks spambots from groups after they join. [Requires admin powers in groups to kick.]",
"value": "False"
},
"ANTI_SPAMBOT_SHOUT": {
"description": "Report spambots to @admins in groups after they join, just in case when you don't have admin powers to kick that shit yourself.",
"value": "False"
},
"TMP_DOWNLOAD_DIRECTORY": {
"description": "Download location for many modules (GDrive, .download etc..)",
"value": "./downloads/"
},
"CLEAN_WELCOME": {
"description": "When a new person joins, the old welcome message is deleted.",
"value": "True"
},
"HEROKU_MEMEZ": {
"description": "This should be True if the userbot is running on a Heroku Dyno.",
"value": "True",
"required": true
},
"LASTFM_API": {
"description": "API Key for Last.FM module. [Get one from - https://www.last.fm/api/account/create]",
"value": "73d42d9c93626709dc2679d491d472bf",
"required": false
},
"DEFAULT_BIO": {
"description": "Default Bio Mu.",
"value": "Flicks-Userbot ✨",
"required": false
},
"ALIVE_NAME": {
"description": "Nama untuk menunjukan pesan .alive",
"required": true
},
"FLICKS_TEKS_KUSTOM": {
"description": "Kustom Pesan Alive Mu Untuk Perintah .flicksalive (Isi Terserah)",
"value": "I'am Using Flicks-Userbot ✨",
"required": false
},
"S_PACK_NAME": {
"description": "Nama Sticker Pack Mu",
"required": false
},
"BITLY_TOKEN": {
"description": "Your Bit.ly API key, get it from 'https://bitly.com/a/sign_up'",
"value": "o_1fpd9299vp",
"required": false
},
"LYDIA_API_KEY": {
"description": "This Module Needs CoffeeHouse API to work. so Join https://telegram.dog/IntellivoidDev and send #activateapi and follow instructions.",
"value": "632740cd2395c73b58275b54ff57a02b607a9f8a4bbc0e37a24e7349a098f95eaa6569e22e2d90093e9c1a9cc253380a218bfc2b7af2e407494502f6fb76f97e",
"required": false
},
"WEATHER_DEFCITY": {
"description": "Set the default city for the userbot's weather module.",
"value": "Solo",
"required": false
},
"LOGSPAMMER": {
"description": "Set this to True in case you want the error logs to be stored in the userbot log group, instead of spitting out the file in the current chat, requires a valid BOTLOG_CHATID to be set.",
"value": "True",
"required": true
},
"BOT_TOKEN": {
"description": "Set this to enable inline bot helper. get the token from @BotFather",
"required": true
},
"BOT_USERNAME": {
"description": "Username of the bot you created with @BotFather",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],"buildpacks": [{
"url": "https://github.com/heroku/heroku-buildpack-python.git"
}, {
"url": "https://github.com/heroku/heroku-buildpack-redis"
}, {
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
}, {
"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab"
},{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
}, {
"url": "https://github.com/amivin/aria2-heroku"
}, {
"url": "https://github.com/stevo550/buildpack-slug-cleaner"
}]
}