An AniBridge provider for AniList.
This provider comes built-in with AniBridge, so you don't need to install it separately.
list_provider_config:
anilist:
token: ...
# rate_limit: nullstr (required)
Your AniList API token. You can generate one here.
int | None (optional, default: null)
The maximum number of API requests per minute.
If unset or set to null, the provider will use a default global rate limit of 30 requests per minute. It is important to note that this global rate limit is shared across all AniList provider instances, i.e. they collectively use 30 requests per minute. If you override the rate limit, a new rate limit, local to the provider instance, will be created.