Go to file
blank X 5d22ead7d7 Make it a CLI program 2020-12-03 13:25:07 +07:00
src Make it a CLI program 2020-12-03 13:25:07 +07:00
.gitignore Initial commit 2020-10-25 12:13:18 +07:00
Cargo.lock Make it a CLI program 2020-12-03 13:25:07 +07:00
Cargo.toml Make it a CLI program 2020-12-03 13:25:07 +07:00
LICENSE Initial commit 2020-10-25 12:13:18 +07:00
README.md Make it a CLI program 2020-12-03 13:25:07 +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 to standard output

How to Build and Run

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

How to Use

rss-anime-notifier-rs <anime id>
For example, if the URL is https://anilist.co/anime/112609/Majo-no-Tabitabi, the anime ID is 112609
To use with newsboat, check out https://brokenco.de/2020/07/07/newsboat-wacky-feeds.html