Introduction
A CLI tool for MyAnimeList, written in rust.
Setup
- You will need your own client ID. You you get one here.
- The app redirect URL needs to be
http://localhost:8080. Everything else can be custom. - Example
- The app redirect URL needs to be
- Create a
.envfile, and insert the client ID. See.env.example.
Usage
list
Shows your MyAnimeList. Ex: cargo run list. You can add an additional parameter --num to filter for the number of anime returned.
season
Shows the anime for a given season and year.
Ex: cargo run season --season=fall --year=2022