-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDatabase.py
More file actions
649 lines (632 loc) · 39.6 KB
/
Database.py
File metadata and controls
649 lines (632 loc) · 39.6 KB
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
""" Special file dedicated for storing data """
""" DICTIONARY TO USERLIST DICTIONARY """
userlist = {'U77035fb1a3a4a460be5631c408526d0b': 'Jessin D','U95d9ba36a5a0198cb2c24263cc8d2c7a': 'Gusdit グ ス デ ィ ト','U9ce39e72673e13cc8c0c107281dbe8f7': 'Lisa Santika Onggrid','Ue9d65aecaf219b05c62ed170be48aea5': 'Daniel Handoko','Ubb6ce2b2a73a2588991d1ff126fb9719': 'Chelsie','Uc5370c7ded5287ad2b922ba4dffc08ec': 'Irshad A','U45ce5ea334d75de86019fc75f969ce05': 'Shandy','U94c2add6ec77a032f2753f6eeccce6aa': 'Joseph Salimin','U414c419f5ec7b47aeb60f272b65e75cb': 'KL51 Ivan Setiawan','U1265fef08e2f0b5a562c013dcd2e0393': 'jefferson tantya','U42747c0fb0cc5d2cbb5d31f384697f8d': 'Adiwena','U7c3eabe7592a55fe7cd57c428265e04d': 'Nicholas Wijaya','U4976f401ca25d390e72aad4dec256076': 'Nancy','U12a58b73c45836107faa87f4ffdc0931': 'Jonathan Christopher', 'Ubd609793f36b54db7ce9fbe175b18db2': 'arvel', 'U86bb289de3a717627a10660344848785': '❄ Mansen ゆき', 'U7aae3ead1d135a698a90ce36460085ed': 'Ryan Ozora', 'Ue93cccad22d1bff67371b9bdad100653': 'Shiori', 'U4bcb4dd4ae2cd44c03d4aa91b2f26a6c': 'Han', 'Ufb20f88482e503b801c8a59cd7f188d4': 'novi', 'U0fe49d2df3234e208613722242921cc2': 'Nadya R. G'}
aloy_goes_to_afaid = {
'U77035fb1a3a4a460be5631c408526d0b': 'Jessin D',
'U4bcb4dd4ae2cd44c03d4aa91b2f26a6c': 'Han',
'U0fe49d2df3234e208613722242921cc2': 'Nadya R. G',
'U7aae3ead1d135a698a90ce36460085ed': 'Ryan Ozora',
'Ubd609793f36b54db7ce9fbe175b18db2': 'arvel',
'U86bb289de3a717627a10660344848785': '❄ Mansen ゆき',
'U12a58b73c45836107faa87f4ffdc0931': 'Jonathan Christopher'
}
family = {
'U77035fb1a3a4a460be5631c408526d0b': 'Jessin D',
'Ue93cccad22d1bff67371b9bdad100653': 'Shiori',
'Ufb20f88482e503b801c8a59cd7f188d4': 'novi'
}
devlist = {'U77035fb1a3a4a460be5631c408526d0b': 'Jessin D'}
dummy_account = {'U77035fb1a3afewefbe5631c408526d0b': 'test bot'}
list_dictionary = {"userlist": userlist, "aloy_afaid": aloy_goes_to_afaid, "family": family, "dev": devlist, "dummy": dummy_account}
""" DICTIONARY TO STORE PROXY LIST """
proxies = [{"https": "196.44.242.23:8080"}, {"https": "149.56.201.254:8080"}, {"https": "46.101.208.224:8080"}]
""" DICTIONARY TO STORE ANIME DOWNLOAD DICTIONARY """
# Last updated (21 July 2017 : 328 listed anime's title ) be careful of pasted.co... sometimes not parsed perfectly
animelist = {
"18if":"http://pasted.co/c0669a9a",
"action heroine cheer fruits":"http://pasted.co/5977e910",
"aho girl":"http://pasted.co/c5345b8b",
"ballroom e youkoso":"http://pasted.co/64cdfd64",
"battle girl high school":"http://pasted.co/920b0850",
"boruto - naruto next generations":"http://pasted.co/998caf8f",
"castlevania":"http://pasted.co/aafe7616",
"centaur no nayami":"http://pasted.co/f8389291",
"clione no akari":"http://pasted.co/e7b59736",
"dive!!":"http://pasted.co/0cdbcc5c",
"enmusubi no youko-chan / huyao xiao hongniang":"http://pasted.co/cb20be35",
"fate/apocrypha":"http://pasted.co/7ceb8d97",
"gamers!":"http://pasted.co/3e06893b",
"hajimete no gal":"http://pasted.co/f58790f7",
"hina logi - from luck & logic":"http://pasted.co/325cb0b0",
"hitorijime my hero":"http://pasted.co/50e458bb",
"isekai shokudou":"http://pasted.co/e709c05a",
"isekai wa smartphone to tomo ni":"http://pasted.co/0784523d",
"jigoku shoujo - yoi no togi":"http://pasted.co/9fbfcb0b",
"jikan no shihaisha":"http://pasted.co/fecd9149",
"kakegurui":"http://pasted.co/32745c56",
"katsugeki touken ranbu":"http://pasted.co/9266fcc0",
"keppeki danshi! aoyama-kun":"http://pasted.co/07366c99",
"knight's & magic":"http://pasted.co/dbc99ccd",
"konbini kareshi":"http://pasted.co/2ce33d21",
"koi to uso":"http://pasted.co/530bf65f",
"made in abyss":"http://pasted.co/b11abf20",
"nana maru san batsu":"http://pasted.co/1c9b0932",
"netsuzou trap - ntr":"http://pasted.co/70bf425e",
"new game!! s2":"http://pasted.co/0d827d5f",
"princess principal":"http://pasted.co/e1be0746",
"saiyuki reload blast":"http://pasted.co/f442b462",
"senki zesshou symphogear axz":"http://pasted.co/58d62375",
"shoukoku no altair":"http://pasted.co/2ed4b349",
"strike the blood ii":"http://pasted.co/c440c902",
"tenshi no 3p!":"http://pasted.co/0bfb00b5",
"tsurezure children / tsuredure children":"http://pasted.co/002b71e9",
"vatican kiseki chousakan":"http://pasted.co/fb5b47e7",
"youkai apartment no yuuga na nichijou":"http://pasted.co/f4089ede",
"youkoso jitsuryoku shijou shugi no kyoushitsu e":"http://pasted.co/ce344b10",
"alice to zouroku":"http://pasted.co/128e3f5f",
"atom - the beginning":"http://pasted.co/3eb8e0d6",
"berserk (2017)":"http://pasted.co/04eb9a8e",
"boku no hero academia s2":"http://pasted.co/267f1f41",
"busou shoujo machiavellianism":"http://pasted.co/69926dcd",
"clockwork planet":"http://pasted.co/9d08643b",
"dungeon ni deai wo motomeru no wa machigatteiru darou ka gaiden sword oratoria / danmachi gaiden - sword oratoria":"http://pasted.co/52e5445e",
"eromanga-sensei":"http://pasted.co/45b66b44",
"frame arms girl":"http://pasted.co/1e7b1b94",
"fukumenkei noise":"http://pasted.co/5b04095e",
"gin no guardian":"http://pasted.co/962f7bf3",
"granblue fantasy the animation":"http://pasted.co/0145c8b1",
"hinako note":"http://pasted.co/ecfe642a",
"id-0":"http://pasted.co/4acad1f6",
"kabukibu!":"http://pasted.co/29e3aa3c",
"kenka banchou otome - girl beats boys":"http://pasted.co/a079239b",
"kyoukai no rinne s3":"http://pasted.co/7bd075e9",
"mobile suit gundam thunderbolt 2nd season":"http://pasted.co/592f1b64",
"monster strike 2":"http://pasted.co/5861f61d",
"natsume yuujinchou roku":"http://pasted.co/ed8caf5f",
"oushitsu kyoushi haine":"http://pasted.co/2074b852",
"re-creators":"http://pasted.co/8cf175dc",
"renai boukun":"http://pasted.co/104d34e3",
"rokudenashi majutsu koushi to akashic records":"http://pasted.co/bd32db0b",
"saenai heroine no sodatekata ? flat / saekano s2":"http://pasted.co/4bd3a3c0",
"sagrada reset / sakurada reset":"http://pasted.co/2d72817a",
"sakura quest":"http://pasted.co/59deadbc",
"seikaisuru kado":"http://pasted.co/69152fd5",
"shingeki no bahamut - virgin soul":"http://pasted.co/b9c42920",
"shingeki no kyojin s2":"http://pasted.co/194f50eb",
"shuumatsu nani shitemasuka isogashii desuka sukutte moratte ii desuka":"http://pasted.co/8f7f30fc",
"sin - nanatsu no taizai":"http://pasted.co/a856ddfb",
"souryo to majiwaru shikiyoku no yoru ni":"http://pasted.co/d79b2603",
"the idolm@ster cinderella girls theater (tv)":"http://pasted.co/3db35d61",
"the kings avatar / quan zhi gao shou [ch]":"http://pasted.co/41b99644",
"tsugumomo":"http://pasted.co/352b16c7",
"tsuki ga kirei":"http://pasted.co/2e431573",
"twin angel break":"http://pasted.co/c4cdb216",
"uchouten kazoku s2":"http://pasted.co/ceed5dde",
"zero kara hajimeru mahou no sho":"http://pasted.co/f91151ed",
"acca - 13-ku kansatsu-ka":"http://pasted.co/ed2a3923",
"ajin ova":"http://pasted.co/0171fe34",
"akatsuki no yona ova":"http://pasted.co/a5e07559",
"akiba's trip the animation":"http://pasted.co/693374d6",
"ao no exorcist - kyoto fujouou-hen":"http://pasted.co/7540b4b3",
"bang dream!":"http://pasted.co/d524760b",
"chain chronicle - haecceitas no hikari (movie)":"http://pasted.co/2326f74a",
"chain chronicle - haecceitas no hikari (tv)":"http://pasted.co/8b18453b",
"chaos;child":"http://pasted.co/03e39edc",
"demi-chan wa kataritai":"http://pasted.co/1c33d699",
"eldlive":"http://pasted.co/98714f0c",
"elsword: el lady":"http://pasted.co/d3445adc",
"fairy tail ova (2016)":"http://pasted.co/9df3532b",
"fate grand order - first order":"http://pasted.co/e813a5ce",
"fuuka":"http://pasted.co/6e3089fd",
"gabriel dropout":"http://pasted.co/8dedd5bc",
"gintama (2017)":"http://pasted.co/b05adf78",
"idol jihen":"http://pasted.co/614531b4",
"kekkai sensen ova":"http://pasted.co/f433e5fd",
"kemono friends":"http://pasted.co/96281b9a",
"kobayashi-san chi no maid dragon":"http://pasted.co/4167d18c",
"kono subarashii sekai ni shukufuku wo! s2":"http://pasted.co/98fd5a6e",
"koro-sensei quest!":"http://pasted.co/b3e139cd",
"kuma miko ova":"http://pasted.co/a0f9e8ee",
"kuzu no honkai":"http://pasted.co/52c4a15b",
"little witch academia":"http://pasted.co/c5712e1d",
"marginal#4 - kiss kara tsukuru big bang":"http://pasted.co/327b5e1f",
"masamune-kun no revenge":"http://pasted.co/4293dfbc",
"minami kamakura koukou joshi jitensha-bu":"http://pasted.co/c56af488",
"nanbaka s2":"http://pasted.co/6437d8ca",
"naruto shippuuden":"http://pasted.co/8ae3a9e2",
"one room":"http://pasted.co/54f30f5b",
"onihei":"http://pasted.co/0337b6bf",
"reikenzan s2 - eichi e no shikaku":"http://pasted.co/c18d3520",
"rewrite s2 - moon and terra":"http://pasted.co/9df0efb0",
"schoolgirl strikers":"http://pasted.co/67153257",
"seiren":"http://pasted.co/ca1abfec",
"shokugeki no soma ova":"http://pasted.co/659daad7",
"shouwa genroku rakugo shinjuu s2":"http://pasted.co/3220bda0",
"spiritpact":"http://pasted.co/1a4be015",
"tales of zestiria the x s2":"http://pasted.co/5f7d61a0",
"the dragon dentist / ryuu no haisha":"http://pasted.co/e14c1afa",
"to love-ru darkness+to love-ru darkness 2nd ova":"http://pasted.co/dff897b5",
"urara meirochou":"http://pasted.co/782805c9",
"youjo senki":"http://pasted.co/94804eb7",
"yowamushi pedal - new generation":"http://pasted.co/a57d4cac",
"chuunibyou demo koi ga shitai! ren ova":"http://pasted.co/4fb383f5",
"garo honoo no kokuin - home":"http://pasted.co/e70f7c57",
"gravity rush the animation - overture":"http://pasted.co/45d0fd23",
"haifuri ova":"http://pasted.co/3b90e98e",
"himouto! umaru-chan ova":"http://pasted.co/ce74b63e",
"monster musume ova":"http://pasted.co/d98ffcfd",
"oshiete! galko-chan ova":"http://pasted.co/48c71f68",
"sabagebu! ova specials":"http://pasted.co/adcb106c",
"sekai seifuku - bouryaku no zvezda ova":"http://pasted.co/8296f679",
"super danganronpa 2.5 ova":"http://pasted.co/9c98b393",
"yuyushiki ova":"http://pasted.co/66cdd964",
"zetsumetsu kigu shoujo amazing twins ova":"http://pasted.co/a505881e",
"3-gatsu no lion":"http://pasted.co/a40f8ee4",
"ajin s2":"http://pasted.co/f6445fd4",
"all out!!":"http://pasted.co/de416df7",
"bloodivores":"http://pasted.co/5f808eb9",
"bubuki buranki s2":"http://pasted.co/291df126",
"brave witches":"http://pasted.co/610c882a",
"bungou stray dogs s2":"http://pasted.co/d328e051",
"cardfight!! vanguard g next":"http://pasted.co/544d711c",
"cheating craft":"http://pasted.co/65b5961f",
"classicaloid":"http://pasted.co/41806314",
"danganronpa 3 the end of kibougamine gakuen - kibou-hen / hope arc":"http://pasted.co/1fb36fab",
"danmachi ova":"http://pasted.co/f767ad9a",
"drifters":"http://pasted.co/532f14a5",
"flip flappers":"http://pasted.co/042f14ac",
"fune wo amu":"http://pasted.co/527c6a97",
"gi(a)rlish number":"http://pasted.co/b4c97c3d",
"ginga kikoutai majestic prince s2: mirai e no tsubasa":"http://pasted.co/5eeb99e9",
"gintama aizome kaori-hen ova":"http://pasted.co/0b2ff4e2",
"haikyuu!! s3":"http://pasted.co/6a93e891",
"hibike! euphonium s2":"http://pasted.co/dd63b9c1",
"idol memories":"http://pasted.co/2e23e1cf",
"kaitou joker s4":"http://pasted.co/1e62607d",
"keijo!!!!!!!!":"http://pasted.co/87a0f9f7",
"kubikiri cycle: aoiro savant to zaregototsukai / zaregoto series ova":"http://pasted.co/40133906",
"long riders!":"http://pasted.co/a9df8ab5",
"lostorage incited wixoss":"http://pasted.co/a456b6c9",
"magic-kyun! renaissance":"http://pasted.co/c30a815f",
"mahou shoujo ikusei keikaku":"http://pasted.co/aaf0b86a",
"mobile suit gundam - iron-blooded orphans s2":"http://pasted.co/b1e28582",
"monster hunter stories ride on":"http://pasted.co/239cb0e7",
"nanbaka":"http://pasted.co/d07215c7",
"natsume yuujinchou go":"http://pasted.co/90f846fc",
"natsume yuujinchou nyanko-sensei to hajimete no otsukai special":"http://pasted.co/22c8cfe0",
"occultic;nine":"http://pasted.co/fcc664db",
"okusama ga seitokaichou! s2":"http://pasted.co/dd821988",
"queen's blade grimoire ova":"http://pasted.co/ca0e11f8",
"shakunetsu no takkyuu musume":"http://pasted.co/e55cb327",
"show by rock!! s2":"http://pasted.co/fa0cd9c0",
"shuumatsu no izetta":"http://pasted.co/8154d4cf",
"soul buster":"http://pasted.co/fb05138d",
"soushin shoujo matoi":"http://pasted.co/fd3d7e35",
"stella no mahou":"http://pasted.co/893a72c9",
"strike the blood ova":"http://pasted.co/b19004da",
"tiger mask w":"http://pasted.co/a3f116b0",
"time bokan 24":"http://pasted.co/be9066fc",
"touken ranbu - hanamaru":"http://pasted.co/064e2d70",
"trickster":"http://pasted.co/b2b54879",
"udon no kuni no kiniro kemari":"http://pasted.co/3ee0572b",
"uta no prince sama legend star":"http://pasted.co/52895067",
"vivid strike!":"http://pasted.co/33cb86cd",
"watashi ga motete dousunda":"http://pasted.co/15e09c59",
"www.working!!":"http://pasted.co/a85b5e4f",
"yuri!!! on ice":"http://pasted.co/658cc5fa",
"91 days":"http://pasted.co/beeb5f1e",
"active raid s2":"http://pasted.co/26936ad8",
"alderamin on the sky / nejimaki seirei senki: tenkyou no alderamin":"http://pasted.co/ff85888e",
"amaama to inazuma":"http://pasted.co/d7f6a901",
"amanchu!":"http://pasted.co/7df63e97",
"ange vierge":"http://pasted.co/59beb47d",
"arslan senki: fuujin ranbu s2":"http://pasted.co/6979658d",
"b-project":"http://pasted.co/779552a2",
"battery":"http://pasted.co/6d38c62b",
"berserk (2016)":"http://pasted.co/41048d9c",
"binan koukou chikyuu bouei-bu love! s2":"http://pasted.co/a2ecfaa8",
"brotherhood final fantasy":"http://pasted.co/4926ebb2",
"cheer danshi!!":"http://pasted.co/0aad9f6f",
"d.gray-man hallow":"http://pasted.co/2c45ff2a",
"danganronpa 3 the end of kibougamine gakuen - mirai-hen / future arc":"http://pasted.co/342ffd8e",
"danganronpa 3 the end of kibougamine gakuen - zetsubou-hen / despair arc":"http://pasted.co/d6c7f6f2",
"days":"http://pasted.co/5dd847fb",
"digimon adventure tri":"http://pasted.co/59d9528c",
"dragon ball super":"http://pasted.co/c9f52c37",
"fate kaleid liner prisma illya 3rei!!":"http://pasted.co/2e9fb4ac",
"fukigen na mononokean":"http://pasted.co/cd67f7b7",
"handa-kun":"http://pasted.co/9ff05949",
"hatsukoi monster":"http://pasted.co/ce8119fb",
"hitori no shita - the outcast":"http://pasted.co/2b801550",
"kono bijutsubu ni wa mondai ga aru!":"http://pasted.co/be55d27c",
"love live! sunshine!!":"http://pasted.co/a0fd9cf9",
"mahou tsukai no yome":"http://pasted.co/23256e26",
"masou gakuen hxh":"http://pasted.co/d0962bfc",
"mob psycho 100":"http://pasted.co/50cd10f2",
"momokuri":"http://pasted.co/be3b5a7e",
"nanatsu no taizai ~seisen no shirushi~":"http://pasted.co/74eac6ec",
"new game!":"http://pasted.co/efdc9921",
"one piece":"http://pasted.co/e35053b9",
"orange":"http://pasted.co/ac422783",
"planetarian":"http://pasted.co/359e0afa",
"puzzle and dragons cross":"http://pasted.co/8c047c9b",
"qualidea code":"http://pasted.co/65c369b0",
"regalia - the three sacred stars":"http://pasted.co/b95dc2be",
"relife":"http://pasted.co/8caad054",
"rewrite":"http://pasted.co/fd242969",
"saiki kusuo no psi-nan":"http://pasted.co/53d16aca",
"scared rider xechs":"http://pasted.co/f2c93640",
"servamp":"http://pasted.co/87944c49",
"shokugeki no souma: ni no sara s2":"http://pasted.co/adb0baae",
"taboo tattoo":"http://pasted.co/0f1350c7",
"tales of zestiria the x":"http://pasted.co/5a8fadcd",
"time travel shoujo":"http://pasted.co/86590349",
"tsukiuta. the animation":"http://pasted.co/34df26db",
"12-sai. chicchana mune no tokimeki":"http://pasted.co/2e4145be",
"ace attorney/gyakuten saiban":"http://pasted.co/a03e2cf9",
"aikatsu stars!":"http://pasted.co/407d211a",
"anne happy? / unhappy go lucky!":"http://pasted.co/497fc94d",
"bakuon!!":"http://pasted.co/a2d2fde5",
"big order":"http://pasted.co/ea6d6a61",
"boku no hero academia":"http://pasted.co/a8d0b3b4",
"bungou stray dogs":"http://pasted.co/5430d509",
"cardfight!! vanguard g: stride gate-hen":"http://pasted.co/f0ca29ff",
"concrete revolutio s2":"http://pasted.co/48fd1114",
"endride":"http://pasted.co/b42dc862",
"flying witch":"http://pasted.co/a20bca0b",
"gakusen toshi asterisk s2":"http://pasted.co/6fe2896b",
"gundam thunderbolt":"http://pasted.co/ea837c7f",
"haifuri":"http://pasted.co/8cbc3dda",
"hundred":"http://pasted.co/4d7a4874",
"jojo's bizarre adventure - diamond is unbreakable":"http://pasted.co/16c50e71",
"joker game":"http://pasted.co/18cf244f",
"kabaneri of the iron fortress / koutetsujou no kabaneri":"http://pasted.co/31f9ac04",
"kagewani s2":"http://pasted.co/1e0e3233",
"kaitou joker s3":"http://pasted.co/414cb67d",
"kiznaiver":"http://pasted.co/d8b7a45f",
"kuma miko":"http://pasted.co/394d2d3a",
"kuromukuro":"http://pasted.co/128915f8",
"kyoukai no rinne s2":"http://pasted.co/4a616761",
"mayoiga":"http://pasted.co/ced030fa",
"macross delta":"http://pasted.co/d5646bc4",
"mobile suit gundam unicorn re 0096":"http://pasted.co/4d22f20d",
"netoge no yome wa onnanoko ja nai to omotta":"http://pasted.co/af3d6bb0",
"re zero kara hajimeru isekai seikatsu":"http://pasted.co/2f6b5189",
"sailor moon crystal: death busters-hen":"http://pasted.co/eabed94f",
"sakamoto desu ga":"http://pasted.co/f041e573",
"sansha sanyou":"http://pasted.co/76f94bd8",
"seisen cerberus":"http://pasted.co/3e076555",
"shounen maid":"http://pasted.co/c7ea368e",
"sinbad no bouken":"http://pasted.co/830fdd6a",
"sousei no onmyouji":"http://pasted.co/0878233e",
"space patrol luluco":"http://pasted.co/bf85ba4d",
"super lovers":"http://pasted.co/c4577a8b",
"tanaka-kun wa itsumo kedaruge":"http://pasted.co/b4b89e24",
"terra formars s2":"http://pasted.co/ac9faa2b",
"ushio to tora s2":"http://pasted.co/cdcec03b",
"active raid":"http://pasted.co/5313256d",
"aikatsu!":"http://pasted.co/77191f09",
"ajin demi-human":"http://pasted.co/7fea8509",
"akagami no shirayukihime":"http://pasted.co/062dfedc",
"ansatsu kyoushitsu 2nd season/assassination classroom s2":"http://pasted.co/3e2d84b9",
"ao no kanata no four rhythm":"http://pasted.co/e8a7023c",
"boku dake ga inai machi":"http://pasted.co/69f582e1",
"brave beats":"http://pasted.co/f8e0dee6",
"bubuki buranki":"http://pasted.co/f5356103",
"cardfight!! vanguard g girs crisis":"http://pasted.co/527bf39c",
"dagashi kashi":"http://pasted.co/d5ada5c4",
"diamond no ace 2":"http://pasted.co/5b90fed2",
"dimension w":"http://pasted.co/1b885e25",
"divine gate":"http://pasted.co/ad96a773",
"durarara!! x2":"http://pasted.co/344b26b6",
"fairy tail s2":"http://pasted.co/84989a32",
"garo - the crimson moon":"http://pasted.co/772d7455",
"gate 2":"http://pasted.co/2205e1cb",
"gintama s3":"http://pasted.co/0a3a3271",
"god eater":"http://pasted.co/ccc99530",
"hai to gensou no grimgar":"http://pasted.co/97508af7",
"haruchika":"http://pasted.co/c6643256",
"itoshi no muco":"http://pasted.co/52bf5262",
"haikyuu!! s2":"http://pasted.co/b5b14bad",
"heavy object":"http://pasted.co/3104751d",
"kindaichi shounen no jikenbo returns":"http://pasted.co/500de750",
"kono subarashii sekai ni shukufuku wo!":"http://pasted.co/a814e1e7",
"koukaku no pandora":"http://pasted.co/c233e11f",
"luck & logic":"http://pasted.co/e421e8d2",
"mobile suit gundam - iron-blooded orphans":"http://pasted.co/3d8fd619",
"musaigen no phantom world":"http://pasted.co/6445bf7e",
"nijiiro days":"http://pasted.co/5d6a5c1c",
"norn9 - norn+nonet":"http://pasted.co/a8631df5",
"nurse witch komugi-chan r":"http://pasted.co/803a1c7c",
"oshiete! galko-chan":"http://pasted.co/61c83946",
"osomatsu-san":"http://pasted.co/f7a5562e",
"phantasy star online 2 the animation":"http://pasted.co/0fdca4c1",
"prince of stride - alternative":"http://pasted.co/a9bb28e5",
"reikenzan - hoshikuzu-tachi no utage":"http://pasted.co/5a6ff56d",
"saijaku muhai no bahamut":"http://pasted.co/5e02dee8",
"schwarzesmarken":"http://pasted.co/3998d13c",
"sekkou boys":"http://pasted.co/afc24344",
"shin atashinchi":"http://pasted.co/226cbc64",
"shoujo-tachi wa kouya wo mezasu":"http://pasted.co/0baf7b6d",
"shouwa genroku rakugo shinjuu":"http://pasted.co/1aedc299",
"utawarerumono - itsuwari no kamen":"http://pasted.co/f405624b",
"world trigger":"http://pasted.co/01f98821"
}
anime_hostlist = {"dropjify": 99, "zippyshare": 15, "solidfiles": 69, "clicknupload": 93, "openload": 94,
"datafilehost": 84, "uptobox": 42, "katfile": 100}
""" DICTIONARY TO STORE FUNCTION DESCRIPTION AND EXAMPLES """
# Last updated 8 August 2017 : 24 Function listed
manual = {"title": ["Simpler better", "Most used", "About the world..",
"Utilities", "Information about...", "Last but not least",
"Dev only :>", "Template or storage"],
"description": ["Some simple things I can do ~", # Simpler better
"Most used function up until now..", # Most used
"Some information about our lovely planet", # About the world
"Some other things I can help you with", # Utilities
"Some top secret about..", # Information about...
"Well... some features that usually forgotten :\">", # Last but not least
"Sorry,, this is for dev only", # Dev only :>
"Function that is unavailable right now"], # Template or storage
"function layout": [
["Random number", "Choose one", "Echo"], # Simpler better
["Anime download link", "Cinema's schedule", "Play music"], # Most used
["Time & Date", "Weather forecast", "Translate"], # About the world
["Default reply", "Manuals", "Report Bug"], # Utilities
["Wiki search", "Fact or Hoax", "Stalk instagram"], # Information about...
["ITB-ARC Database", "SW wiki", "Youtube download"], # Last but not least
["Dev : Print userlist", "Dev : Set notifier", "Dev : Print logger"], # Dev only :>
["Send Invite", "< News >", "< Convert >"] # Template or storage
],
"manual layout": {"row": 2, "format": {0: {"start": 0, "end": 3},
1: {"start": 3, "end": 6},
"dev": {"start": 6, "end": 8}}}
}
functionlist = {
"Anime download link": {
"description": "Anime download link\n\nI can help you gather the anime download links as long it's listed in the cyber12 2016-2017 database\nAnyway, I use zippyshare as default, but you can request your favourite host like solidfiles, dropjify, etc.\nYou can also specify which episode to start with :>\n\nDon't worry, I will try my best to help you out \nLong Live WEEBS~ ",
"tips": "Try to say download anime <'title'>, or maybe extra specified like <ep 3> or <from solidfiles> etc.",
"example": [
"Meg, show me this 'https://www.mirrorcreator.com/files/1ORJQKM3' anime download link",
"Please show me download link for 'kakegurui' anime ep 3 meg",
"Meg, download link for 'eromanga' ep 11 from solidfiles please... ",
"Meg, request 'apocrypha' anime download link ep 23 from dropjify",
"Show me 'Love Live Sunshine' anime download link ep 12 meg.."
]
},
"Choose one": {
"description": "Choose one\n\nI can help you choose something if you can't make up your mind :>\nJust put a '#' before the options :)\n\nDon't worry, I will be as fair as possible :3",
"tips": "Try to say choose #something #something in any format you want ~ :>",
"example": [
"meg, choose between #han or #toto",
"meg, which one do you like ? #spagetty or #pasta ?",
"#romance #comedy or #pyscho ? which one meg ?",
"meg, do you prefer to #take-a-bath first or #eat-first ?",
"meg, do you like Han? #yes #no"
]
},
"Cinema's schedule": {
"description": "Show cinema's movie schedule\n\nI think you will love this :)\nI can gather today movies schedules from specified xxi or cgv. Just ask, and I will get it ready for you...\nSadly dev doesn't give me allowance to pay for your ticket though :P",
"tips": "Try to say show <xxi/cgv> <cinema> movie schedule/ list/ playing in any format you want~ :) ",
"example": [
"Meg, show me xxi tsm movie schedule",
"Show me cgv movie schedule meg",
"Can you show me xxi citylink movie list, meg?",
"meg, what movies playing at cgv paris van java ?",
"Meg, what movies are playing at grand indonesia ?"
]
},
"Convert": {
"description": "Sadly I'm still trying my best to memorize all constants and multipliers :'>",
"tips": "Not yet available",
"example": [
"touch~",
"touch~",
"touch~",
"touch~",
"touch~"
]
},
"Default reply": {
"description": "Default reply\n\nTry to say something general or ask me some random question, I'll try my best to answer it :)\nForgive me if I don't understand some of it... I'm still learning :)\nps: Think of me as your baby girl learning to talk :P",
"tips": "Try to ask random question or say random daily things and let's see if I can reply with the answer you want :P ",
"example": [
"meg, goodnight. I'm going to sleep",
"where do you live meg ?",
"meg, how old are you right now ?",
"Meg, do you have any hobbies ?",
"are you here meg ?"
]
},
"Dev : Print userlist": {
"description": "Dev : Print userlist\n<Developer only>\nMegumi will try to memorise everyone's name, so I will be able to know more and more about you :)",
"tips": "Try to say Dev Mode print userlist (only available in dev mode)"
},
"Dev : Set notifier": {
"description": "Dev : Enable/disable notifier\n<Developer only>\nMegumi will tell dev when their name is being called \nHow about trying to call him here ? :p",
"tips": "Try to say Dev mode enable / disable notifier (only available in dev mode)"
},
"Dev : Print logger": {
"description": "Dev : Print input logs\n<Developer only>\nMegumi will print all input logs for further NLP training...",
"tips": "Try to say Dev mode print logger (only available in dev mode)"
},
"Echo": {
"description": "Echo\n\nWell.. you should know what I will do here right ? XD \nI will say anything you put between aphostrhope ",
"tips": "Try to say something in <'something'> and include <say> in your text, you can go in any format though...",
"example": [
"meg, say 'i love you ~'",
"say 'EKUSUPUROSIONNNN' meg",
"meg, say 'nyaaa nyaa nyaa nyaaa~ :3 ' ",
"meg, repeat after me, say 'Idolmaster is better than lovelive !'",
"meg , say 'pineapple on pizza is delicious' :) "
]
},
"Fact or Hoax": {
"description": "Fact or ... \n\nYes... Megumi has learnt various skills to detect lies in your text! You can check whether a phrase is trustworthy or not.. ",
"tips": "Try to say like is it true that <'sentence'> ? you can say it in various format and in any language :) ",
"example": [
"meg, is it true that 'I'm going to get married before 24 years old' ? ~",
"'the earth is flat' is it true meg ?",
"meg, 'snake actually has feet' is it true ?",
"meg, how do you think about 'Bananas are curved because they grow towards the sun' ?",
"is it true that 'women blink about twice as often as men' meg ? "
]
},
"ITB-ARC Database": {
"description": "ITB-ARC Database\n\nWell.. This kinda leak information to outsiders but who care :v\nThey don't pay me to keep their secret...#ssst~\n\nI think they are updating the database right now, so you can't access it anyway.... ",
"tips": "Try to include <itb> in your chat together with <'keyword'>, it can be nim or name ",
"example": [
"meg, who has '16316123' nim in itb ?",
"meg, show me information about itb students 'ozora'",
"meg, show me students with name begin with 'kevin' in itb",
"meg, show me students with last name 'Wijaya' in itb",
"meg, do you have information about itb students 'Riona' ? :3 "
]
},
"Manuals": {
"description": "Megumi's manuals\n\nYou probably know how to use this already don't you ? .-. \nJust learn by playing with me :) you will know how to use it by default xD",
"tips": "Try to say 'show manuals' or 'can you help me' to request full manuals :) ",
"example": [
"Meg, can you help me ?",
"Show me your manual guide meg",
"Meg, please show me your manual book",
"show help please meg",
"Meg, please help me with your manual guide.."
]
},
"News": {
"description": "Megumi's currently offline..\n\nps: Journalism class is still going on.. Talk to you later..",
"tips": "Not yet available",
"example": [
"touch~",
"touch~",
"touch~",
"touch~",
"touch~"
]
},
"Play music": {
"description": "Play Music ~\n\nYes, megumi's able to search for a song and you can play it only with a single tap! :)",
"tips": "Try to say meg, play song <'title'> or meg, play music <'title'> in any format..\n\nps : max duration is 8 mins ~ ",
"example": [
"Meg, please play song 'despacito j fla'",
"'rockabye j fla' please play this song meg",
"play song 'symphony clean bandit' meg",
"meg play song 'closer chainsmoker' please",
"meg, play music 'acoustic favourite' please"
]
},
"Random number": {
"description": "Random number\n\nI will be your RNG goddess~ \n\nOr maybe a dice.... ",
"tips": "Try to say 'number to number' (or something similar) on your chat and I will be your RNG ~ ",
"example": [
"Meg, choose one number between 11 to 23",
"choose one from 1 to 15 meg",
"meg, 11 to 15 , which one ?",
"from 1 to 12 which one do you like meg ?",
"Pick one number between 55 and 99 meg"
]
},
"Report Bug": {
"description": "Report bug\n\nWell if someday you found something wrong, don't hesitate to report it. Megumi will take note if you told me to :)\nBut please don't joke around too much, otherwise dev will get angry at me",
"tips": "Just include 'report bug' on your chat and I will report that ~ ",
"example": [
"Meg, report this bug : I'm not cool enough ~",
"Please report bug meg... I don't like my face... #slap",
"Meg, please report this bug, he just bite me... #pun",
"I think you should report this bug meg...This manual book isn't working as it suppose to ...",
"meg, don't forget to report to dev that this report bug thing is unusable... "
]
},
"SW wiki": {
"description": "Summonerswar Wiki\n\nSince dev play this game a lot while building me, I got to know some (Well alot) Information about this game\nFell free to ask monster's stats, skills, review, or maybe ratings. ",
"tips": "Just include 'sw' or 'summonerswar' on your chat and I will search for that monster on sw wiki",
"example": [
"Meg, show me info about sw orion",
"Show me the skill of ganymede sw meg",
"meg, show info about sw 'feng yan'",
"I need the skill of anavel sw meg",
"meg, show bastet sw info please"
]
},
"Send Invite": {
"description": "Send Invitation\n\nWell technically it isn't restricted to dev only, but I dont think you try to use this unless you really know what you are doing :3\nYou might invite wrong creatures and you are doomed...#JK",
"tips": "Try to say send invite to <participant list> and include <'header'> if you need it..",
"example": [
"Meg, send invite to dummy 'lets go out tonight' ",
"Send invite to dev meg ~",
"meg, please send invite to dummy ",
"Meg, send invite 'afaid?' to dummy ",
"meg Send invite to dummy : 'eat now?'"
]
},
"Stalk instagram": {
"description": "Stalk Instagram\n\nGood news to all people who like to stalk instagram,, now Megumi is able to stalk them faster than you, and leave no trace at all !\nBut since stalking is not a good habit, use it wisely kay ? :> ",
"tips": "Try to include the target username and Meg will do her magic~ \nps: I don't want to break the term of services, so you have to pay me more to stalk private page :P ",
"example": [
"Meg, stalk 'brigittatifanny' ",
"Meg, can you stalk 'finedininglovers' please ?:> ",
"Stalk 'minami_kaede' please meg",
"meg, I need you to stalk 'marutaro' ",
"preview 'visitjapan' instagram meg "
]
},
"Time & Date": {
"description": "Time & Date\n\nI wonder why dev teach me this,, but since I've learnt it, I will answer if you ask about time and date around the world right now..\n\nOh, I'm still memorizing country time zone, so maybe you can help me out by saying the timezone explicitly ? ",
"tips": "Try to ask what time or day or date is today, you can add the timezone if you want to.. \nI know.. sound's useless right... .-.",
"example": [
"What time is it in gmt +2 meg ?",
"Meg, what day is today ?",
"What time is it now meg ?",
"meg, what time is it in gmt -2 ?",
"tell me what time is it in gmt right now meg"
]
},
"Translate": {
"description": "Translate\n\nFufufu :V :V megumi is ready to travel all around the world xD \nwell.. I'm not sure my language skill is very good, but at least I think it's usable~",
"tips": "Try to ask how do say <'something'> in <language>, or simply translate <'something'> to <language> ",
"example": [
"meg, how do you say 'wasabi power' in japanese ?",
"How do you say 'good morning' in german meg ?",
"What does 'tahu' mean in english meg ?",
"meg, translate 'Saya ingin begini ,saya ingin begitu' to japanese",
"meg, what does 'gutten morgan' means ?"
]
},
"Weather forecast": {
"description": "Weather forecast\n\nI'm not a goddess who able to control weather, but I did watch and take note from this morning news... :> #JK",
"tips": "Try to ask how's the weather (or forecast) looks like, you can also specify the place ",
"example": [
"meg, what's the weather looks like ?",
"meg, show me weather forecast",
"meg, what's weather looks like in tokyo ?",
"Show me weather forecast for beijing meg",
"Show me weather condition in jakarta meg"
]
},
"Wiki search": {
"description": "Wiki Search\n\nI learnt how to browse wiki to get information,..Typical of a student isn't it ?\nAnyway, try to add the keyword and wrap it in aposthrope, so I'm sure which one should I search for..",
"tips": "Try to say what is <'keyword'> ? or show information about <'something'> ,, This one is pretty flexible, try it your own :)",
"example": [
"meg, search for 'ganymede (moon)'",
"meg, what is 'Hatsune Miku'? ",
"meg, what is 'lumberjack' ?",
"meg, show info about 'intel'",
"meg, can you show me 'ganesha' definition ? "
]
},
"Youtube download": {
"description": "Youtube download\n\nWell.. I heard that youtube doesn't give access to download their videos.. but no worries, I'm here to help you out~ \nJust put in the video title or link, (and maybe format or size you want) and hopla... I have the video right there... ^^",
"tips": "Try to say 'download youtube' <link> or <title>, you can specify the quality like <min 360p> or <mp4>,, try it out yourself ;) \n\nDev's note : I forgot how to use this to be honest, I always let meg to decide the format ;)",
"example": [
"meg, save this 'https://www.youtube.com/watch?v=i9OAv8-b3LY' youtube video",
"meg, can you download this youtube video ? 'https://www.youtube.com/watch?v=v1qjJuZV1H0'",
"please download this youtube video : 'https://www.youtube.com/watch?v=V5BrhYHj2Vg' meg",
"meg, can you download 'https://www.youtube.com/watch?v=3qa_czWTNIc' (youtube video) ?",
"meg, can you download this youtube video ? 'https://www.youtube.com/watch?v=v1qjJuZV1H0'",
"download youtube video 'happy penguin' meg",
"meg, download youtube video 'tuturu song'",
"meg please download youtube video 'mitchirineko march'",
"download youtube video 're zero stay alive piano cover' meg"
]
}
}