Initial commit
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user