Anime Downloader Script

A bash script that uses ani-cli to download anime seasons with configuration stored in a .env file.

Setup

  1. Copy the example .env file:

    cp .env.example .env
    
  2. Edit the .env file with your preferences:

    nano .env
    # or
    vim .env
    
  3. 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>
    

Usage

Simply run the script:

./download_anime.sh

The script will:

Configuration Options (.env file)