Files
al-arr-sync/README.md
2022-07-20 22:47:05 +02:00

12 lines
289 B
Markdown

# al-arr-sync
A small script for syncing your currently watching anime from AniList to Sonarr/Radarr.
## Usage
Assuming you have [poetry](https://python-poetry.org/docs/#installation) installed:
```sh
cp .env.example .env
$EDITOR .env
poetry install
poetry run python3 -m al_arr_sync
```