RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.
Add the repository URL under Supervisor → App Store in your Home Assistant front-end:
https://github.com/andrewjswan/rsshub-addon/
Configure the app 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
Builded from https://github.com/DIYgod/RSSHub