Simple CLI application to fetch AniList notifications and send them over Pushover. https://crates.io/crates/anilist-push
Find a file
2025-04-08 20:42:02 -05:00
src update readme 2025-04-08 17:14:51 -05:00
.gitignore v2.0.1 2025-04-08 20:42:02 -05:00
Cargo.lock v2.0.1 2025-04-08 20:42:02 -05:00
Cargo.toml v2.0.1 2025-04-08 20:42:02 -05:00
LICENSE v1 2025-02-20 20:03:34 -06:00
README.md update readme 2025-04-08 17:14:51 -05:00

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.