-
Notifications
You must be signed in to change notification settings - Fork 1
/
structure.txt
63 lines (61 loc) · 3.12 KB
/
structure.txt
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
Project_Erina
|
|ーー Assets
| |
| |ーー Tests Assets
| |
| |ーー Logos
|
|ーー Twitter ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー Discord ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー Line
| | | |
| |ーー Twitter Bot Script |ーー Discord Bot Script |ーー Line Bot (LINE@Account) and API Script
| | | |
| |ーー Search API Tweet Parser Script |ーー Search API Discord Reply Parser Script |ーー Search API Line Reply Parser Script
| |
| |ーー Line Images Checker
| |
| |ーーーーーーーー Images Directory
| |
| |ーー Internal Function to add API endpoints
|
|
|
|
|ーー Search API
| |
| |ーー Searching Script
| |
| |ーー DB and Cache Reading Script
| |
| |ーー Result Verification Script (makes variables to the right type)
| |
| |ーー SauceNAO database index to DB Name translator
|
|ーー Hash API
| |
| |ーー Hashing Script
|
|ーー Database API
| |
| |ーー Database Merge Script
| |
| |ーー Manami Project Database (adb/anime_offline_database)
| |
| |ーー ErinaDB
|
|ーー Cache API
| |
| |ーー Caching Script (and IQDB Caching Script)
| |
| |ーー AniList Caches
| |
| |ーー TraceMOE Caches
| |
| |ーー ErinaDB Caches
| |
| |ーー IQDB Caches
| |
| |ーー SauceNAO Caches
-- The more you go deep in the structure the lower you go in the endpoints (the more you go back-end) --
--> Bots Scripts (front-end) need to have access to the Search API
--> Search API (back-end) needs to have access to Hash API, Database API and Cache API