https://github.com/andrewjswan/rsshub-addon
RSSHub addon for Home Assistant
https://github.com/andrewjswan/rsshub-addon
addon home-assistant homeassistant rss rsshub
Last synced: 7 months ago
JSON representation
RSSHub addon for Home Assistant
- Host: GitHub
- URL: https://github.com/andrewjswan/rsshub-addon
- Owner: andrewjswan
- License: mit
- Created: 2024-04-20T16:19:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T22:04:42.000Z (8 months ago)
- Last Synced: 2025-02-12T23:20:00.281Z (8 months ago)
- Topics: addon, home-assistant, homeassistant, rss, rsshub
- Language: Shell
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
RSSHub Add-on
## General
[](https://developers.home-assistant.io/docs/add-ons)
[](https://github.com/andrewjswan/rsshub-addon/)
[](https://github.com/andrewjswan/rsshub-addon/actions)
[](https://github.com/andrewjswan/rsshub-addon/blob/master/LICENSE)
[](https://github.com/andrewjswan/rsshub-addon/blob/main/rsshub/CHANGELOG.md)
[](https://github.com/DIYgod/RSSHub)
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.
## Architecture
![Supports amd64 Architecture][amd64-shield] ![Supports aarch64 Architecture][aarch64-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports armhf Architecture][armhf-shield] ![Supports i386 Architecture][i386-shield]
## Installation
Add the repository URL under **Supervisor → Add-on Store** in your Home Assistant front-end:
https://github.com/andrewjswan/rsshub-addon/
## Confururation settings
Configure the add-on via your Home Assistant front-end under **Supervisor → Dashboard → RSSHub**.
If you need to add route specific configurations, create a `routes_env.sh` file in the `/addon_configs/rsshub` directory with the necessary environment variables, for example:
```
export IG_USERNAME=user
export IG_PASSWORD=password
```## Notes
Builded from https://github.com/DIYgod/RSSHub
[amd64-shield]: https://img.shields.io/badge/amd64-yes-blue.svg
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-blue.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-blue.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg