anilist-push

Crates.ioanilist-push
lib.rsanilist-push
version2.0.1
created_at2025-02-21 02:32:57.440823+00
updated_at2025-04-09 01:43:44.533136+00
descriptionSimple CLI application to fetch AniList notifications and send them over Pushover.
homepage
repositoryhttps://github.com/isolume/anilist-push
max_upload_size
id1563460
size73,313
(isolume)

documentation

README

AniList Push Notifications

A tool to receive AniList notifications via Pushover.

Command Line Arguments

Short Long Description
-a --app-token Set the Pushover App Token
-u --user-token Set the Pushover User Token
-t --anilist-token Set the AniList Token
-r --reset Reset the latest notification ID

First, install Rust, then install using

cargo install anilist-push

Run using anilist-push.

For example:

anilist-push -a YOUR_PUSHOVER_APP_TOKEN -u YOUR_PUSHOVER_USER_TOKEN -t YOUR_ANILIST_TOKEN

Arguments:

Read the AniList docs on how to generate a user token. Read the Pushover API documentation on how to get an app and user token/key.

Commit count: 17

cargo fmt