Metadata-Version: 2.3
Name: anibridge-anilist-provider
Version: 0.2.0b9
Summary: AniList provider for the AniBridge project.
Keywords: anibridge,anilist
Author: Elias Benbourenane
Author-email: Elias Benbourenane <eliasbenbourenane@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: aiohttp>=3.13.3
Requires-Dist: anibridge-list-base>=0.2.0b7
Requires-Dist: pydantic>=2.12.5
Maintainer: Elias Benbourenane
Maintainer-email: Elias Benbourenane <eliasbenbourenane@gmail.com>
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# anibridge-anilist-provider

An [AniBridge](https://github.com/anibridge/anibridge) provider for [AniList](https://anilist.co/).

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

## Configuration

```yaml
list_provider_config:
  anilist:
    token: ...
    # prefetch_list: false
```

### `token`

`str` (required)

Your AniList API token. You can generate one [here](https://anilist.co/login?apiVersion=v2&client_id=34003&response_type=token).

### `prefetch_list`

`bool` (optional, default: `False`)

Whether to prefetch and cache the user's list on startup. It is recommended to keep this disabled if you have AniBridge backups enabled (the default behavior), as that performs an equivalent prefetch on startup anyway.
