Skip to content

anibridge/anibridge-anilist-provider

Repository files navigation

anibridge-anilist-provider

An AniBridge provider for AniList.

This provider comes built-in with AniBridge, so you don't need to install it separately.

Configuration

list_provider_config:
  anilist:
    token: ...
    # rate_limit: null

token

str (required)

Your AniList API token. You can generate one here.

rate_limit

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.