Forked from https://github.com/Olshansk/rss-feeds
RSS feeds in newest first order.
The goal of this project is to generate rss (feed.xml) files from web pages (*.html) that contain blogs or updates but do not provide a subscribe button or a default RSS feed.
Here is the expected flow and instructions:
-
You will be given an HTML file that needs to be parsed and understood.
-
You will provide a python script that writes a
feed_{}.xmlfile that is RSS feed compatible. -
The
{}infeed_{}.xmlwill refer to the name of a particular RSS feed. -
GitHub actions will take care of triggering this periodically, so you don't have to worry about it
-
If you are not given an HTML file that you can parse into an rss feed, either ask for it or explain what the issue with the provided file is.
-
Use existing feeds and parsers as a reference.
-
Update the table in the README.md file with the new feed once you are done
pip install uv
uv venv
uv sync