mirror of
https://github.com/gabehf/sonarr-anime-importer.git
synced 2026-03-17 11:16:25 -07:00
first
This commit is contained in:
commit
6bc7923d16
5 changed files with 141 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# sonarr-mal-importer
|
||||
This is basically a wrapper for [Jikan](jikan.moe) that converts a Jikan API call to a list with TVDB IDs that Sonarr can import the results.
|
||||
|
||||
**This API will spam calls that have pagination so make sure you set a limit in the query parameters so you don't get rate limited or IP banned!!**
|
||||
|
||||
Pulls MyAnimeList and TVDB ID associations from https://raw.githubusercontent.com/Kometa-Team/Anime-IDs/master/anime_ids.json.
|
||||
|
||||
## Supported Requests
|
||||
### GET /anime
|
||||
See https://docs.api.jikan.moe/#tag/anime/operation/getAnimeSearch for parameters.
|
||||
Loading…
Add table
Add a link
Reference in a new issue