rss-anime-notifier
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2021-01-02 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:08 |
Installation
nimble install rss-anime-notifier
choosenim install rss-anime-notifier
git clone https://gitlab.com/blankX/rss-anime-notifier
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| rss-anime-notifier | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/blankX/rss-anime-notifier |
|---|---|
| Homepage | https://gitlab.com/blankX/rss-anime-notifier |
| Registry Source | gitlab |
README
RSS Anime Notifier
Get anime schedule from https://anichart.net and gives an RSS feed to episodes that have already aired
How to Run
- Install
python3(because this is in python) pip3 install -r requirements.txtpython3 rss-anime-notifier.py
Environment Variables
PORT - Specify the port to listen to, default: 8080
How to Use
- Start the script, obviously
- Get the Anilist anime ID
For example, if the URL is https://anilist.co/anime/112609/Majo-no-Tabitabi, the anime ID is 112609 - 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