mal-cli

Crates.iomal-cli
lib.rsmal-cli
version0.1.4
sourcesrc
created_at2024-01-13 21:05:01.640895
updated_at2024-01-14 00:47:55.933833
descriptionA CLI tool for MyAnimeList, written in rust.
homepage
repositoryhttps://github.com/rkaahean/mal-cli
max_upload_size
id1098836
size61,794
Ranjan Srinivas (rkaahean)

documentation

README

Introduction

Crates.io Version GitHub Actions Workflow Status

A CLI tool for MyAnimeList, written in rust.

CleanShot 2024-01-13 at 15 02 14

Installation

cargo install mal-cli

Setup

  1. 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 CleanShot 2024-01-13 at 12 28 58@2x
  2. Export the client ID as an env.
    export MAL_CLI_CLIENT_ID=
    

Usage

list

Shows your MyAnimeList. Ex: mal-cli 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: mal-cli season --season=fall --year=2022

Commit count: 0

cargo fmt