# 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 # Update the config with your editor of choice. poetry install poetry run python3 -m al_arr_sync ```