Go to file
blank X c02ad41306 Bump version 2020-10-25 22:29:37 +07:00
src speed optimizations and stuff 2020-10-25 22:27:15 +07:00
.gitignore Initial commit 2020-10-25 12:13:18 +07:00
Cargo.lock speed optimizations and stuff 2020-10-25 22:27:15 +07:00
Cargo.toml Bump version 2020-10-25 22:29:37 +07:00
LICENSE Initial commit 2020-10-25 12:13:18 +07:00
README.md Add README.md 2020-10-25 15:05:36 +07:00

README.md

RSS Anime Notifier but in Rust

Get anime schedule from https://anichart.net and gives an RSS feed to episodes that have already aired

How to Build and Run

https://doc.rust-lang.org/stable/book/ch01-03-hello-cargo.html#building-and-running-a-cargo-project

Environment Variables

PORT - Specify the port to listen to, default: 8080

How to Use

  1. Start the script, obviously
  2. Get the Anilist anime ID
    For example, if the URL is https://anilist.co/anime/112609/Majo-no-Tabitabi, the anime ID is 112609
  3. Add http://127.0.0.1:[port]/[animeID] to your RSS reader
    For example, if your port is 8080 and the anime ID is 112609, you'd use http://127.0.0.1:8080/112609