A tool to receive AniList notifications via Pushover.
| 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-pushRun using anilist-push.
For example:
anilist-push -a YOUR_PUSHOVER_APP_TOKEN -u YOUR_PUSHOVER_USER_TOKEN -t YOUR_ANILIST_TOKENArguments:
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.