A bash script that uses ani-cli to download anime seasons with configuration stored in a .env file.
Copy the example .env file:
cp .env.example .env
Edit the .env file with your preferences:
nano .env
# or
vim .env
Make sure ani-cli is installed:
# Check if ani-cli is installed
which ani-cli
# If not installed, install it from: <https://github.com/pystardust/ani-cli>
Simply run the script:
./download_anime.sh
The script will:
.env