This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
app.json
226 lines (223 loc) · 8.86 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
{
"name": "Shikimori Bot",
"description": "A Powerful Telegram group management bot with anime theme.",
"keywords": [
"telegram",
"advance",
"group",
"manager",
"naorobot"
],
"logo": "https://i.imgur.com/1bgC3Yb.jpg",
"repository": "https://github.com/SOME-1HING/ShikimoriBot",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"env": {
"BOT_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": ""
},
"OWNER_ID": {
"description": "Your user ID as an integer.",
"required": true,
"value": "2088106582"
},
"HEROKU_API_KEY": {
"description": "Your Heroku API key, get it from 'https://dashboard.heroku.com/account'",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Enter the Heroku app name here (Must an exact same name with your input above).",
"required": false
},
"BOT_USERNAME": {
"description": "Username of your bot without the @",
"value": "micchon_shikimori_bot",
"required": true
},
"BOT_ID": {
"description": "to get your bot_id using other bot or userbot",
"value": "5169508699",
"required": true
},
"OWNER_USERNAME": {
"description": "Your username without the @",
"value": "SOME1HING"
},
"SUPPORT_CHAT": {
"description": "Your Telegram support group chat username where your users will go and bother you with shit But be like: MyGroupChatUsernameBlah. If this ever points to shikimori support than consider you made an enemy.",
"required": true,
"value": "tyranteyeeee"
},
"MONGO_DB_URI": {
"description": "Required for database connections.",
"required": true,
"value": "mongodb+srv://SOME1HING:some1hing123@some1hing-db.hfyyfjfh.mongodb.net/?retryWrites=true&w=majorityPYTHONPATH=/app"
},
"LOG_CHANNEL": {
"description": "Event logs channel to note down important bot level events, recommend to make this public. ex: '-123456'",
"required": true,
"value": "-1001626554919"
},
"CASH_API_KEY": {
"description": "Required for currency converter. Get yours from https://www.alphavantage.co/support/#api-key",
"required": false,
"value": "-xyz"
},
"TIME_API_KEY": {
"description": "Required for timezone information. Get yours from https://timezonedb.com/api",
"required": false,
"value": "-xyz"
},
"API_WEATHER": {
"description": "Get your own APPID from https://api.openweathermap.org/data/2.5/weather",
"value": "",
"required": false
},
"DATABASE_URL": {
"description": "Put sql based database link. Recommended to use Elephant SQL.",
"value": "postgres://dsnjbjab:saifhsudfasfihaif@sdsfs.db.elephantsql.com/dsnjbjab",
"required": true
},
"FUNC_DB_URL": {
"description": "Put sql based database link. Recommended to use Elephant SQL. MUST BE DIFFERENT THAN DATABSE_URL",
"value": "postgres://dsnjbjab:saifhsudfasfihaif@sdsfs.db.elephantsql.com/dsnjbjab",
"required": true
},
"DEV_USERS": {
"description": "ID of users who are Devs of your bot (can use /py, /sh, /eval etc.).",
"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"
},
"DRAGONS": {
"description": "A space separated list of user IDs who you want to assign as sudo users.",
"required": false,
"value": ""
},
"DEMONS": {
"description": "A space separated list of user IDs who you wanna assign as support users(gban perms only).",
"required": false,
"value": ""
},
"TIGERS": {
"description": "A space separated list of user IDs who you wanna assign as tiger users.",
"required": false,
"value": ""
},
"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": ""
},
"NO_LOAD": {
"description": "Put name of module that you don't want to use or load.",
"required": false,
"value": ""
},
"BL_CHATS": {
"description": "List of chats you want blacklisted.",
"required": false,
"value": ""
},
"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": "True"
},
"ARQ_API": {
"description": "Get this from @ARQRobot.",
"required": true
},
"WALL_API": {
"description": "Required for wallpaper. Get your's from https://wall.alphacoders.com/ by writting a email to them.",
"required": false,
"value": ""
},
"ERROR_LOG_CHANNEL": {
"description": "Event logs channel to note down important bot level events, recommend to make this public. ex: '-123456'",
"required": true,
"value": "-1001599383497"
},
"REDIS_URL": {
"description": "Paste your redis url in format redis://<username of admin role>:<password of admin role>@<endoint url>/<database name>",
"required": true,
"value": "redis://SOME1HING:some1hing123@redis-11054.c9.us-east-1-4.ec2.cloud.redislabs.com:11054/shikimori-db"
},
"ANIME_NAME": {
"description": "If your bot is based on some anime, type the name of anime. Otherwise, manually edit PM_START_TEXT in main.py",
"required": false,
"value": "Shikimori's Not Just a Cutie"
},
"START_MEDIA": {
"description": "Paste link of your media(img, video or gif) that you want to show in /start. Otherwise put None.",
"required": false,
"value": "https://telegra.ph/file/9235d57807362b4e227a3.mp4"
},
"UPDATE_CHANNEL": {
"description": "Leave it as it is, or if you have your own update channel, put channel username without @.",
"required": true,
"value": "Shikimori_bot_Updates"
},
"APOD_API_KEY": {
"description": "Get yours from https://api.nasa.gov/ to get NASA's picture of the day.",
"required": false,
"value": ""
},
"ALIVE_MEDIA": {
"description": "Paste link of your media(img, video or gif) that you want to show in /alive. Otherwise put None.",
"required": false,
"value": "https://telegra.ph/file/2b04f7812f22b983f8a10.mp4"
},
"AI_API_KEY": {
"description": "AI API key, get from @Void_HeadQuarters.",
"required": false,
"value": ""
},
"STATS_IMG": {
"description": "Paste image link for /stats. Otherwise keep it blank.",
"required": false,
"value": "https://telegra.ph/file/fa1acd48ae767baa02e3f.jpg"
},
"NETWORK": {
"description": "If your bot is connected to a network, Type the Network name. Only type one Network name. Otherwise leave it blank, or just leave【V๏ɪ፝֟𝔡】»Network«",
"required": false,
"value": "【V๏ɪ፝֟𝔡】»Network«"
},
"NETWORK_USERNAME": {
"description": "If you have put a netowrk name, you also have to put its username without @",
"required": false,
"value": "VoidxNetwork"
},
"OWNER_WELCOME_MEDIA": {
"description": "URL of media that you want to show when owner of bot joins any chat. Supported file types (jpg, png, gif, webp, mkv, mp4).",
"required": false,
"value": ""
},
"INLINE_IMG": {
"description": "URL of image for inline querry. Must be a still image.",
"required": false,
"value": "https://telegra.ph/file/8cec66d01df8c0071ebaa.jpg"
}
}
}