You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Gabe Farrell 2f7910e117
remove limit from Jikan request
9 months ago
Dockerfile first 9 months ago
README.md first 9 months ago
go.mod first 9 months ago
go.sum first 9 months ago
main.go remove limit from Jikan request 9 months ago

README.md

sonarr-mal-importer

This is basically a wrapper for Jikan 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.