A web API for censoring AniList adult media covers, banners, thumbnails and generating AniList style character thumbnails.
GET /filter/${mode}/${id}
Parameter | Type | Description |
---|---|---|
mode |
string |
*Filtering mode, either media , cover or banner |
id |
string |
*AniList id of item. Specify type if using cover or banner |
> Specify the type using this format: `ANIME-${id}` or `MANGA-${id}`
GET /character/${id}
Parameter | Type | Description |
---|---|---|
id |
int |
*AniList id of character. |
Clone the project
git clone https://github.com/0x16c3/Mitsu-web
Go to the project directory
cd Mitsu-web
Install dependencies
pip install -r requirements.txt
Start the server
py __init__.py