Forge multiple RSS/Atom feeds into organized JSON groups. Runs on GitHub Actions with scheduled updates and releases.
- Fork this repo
- Edit
recipes/recipes.tomlwith your feeds (supports.tomland.opml) - Enable GitHub Actions — uncomment the
scheduletrigger in.github/workflows/main.yml - Feeds are published as GitHub Releases
uv sync --all-extras
uv run feedforger build # build feeds from recipes/
uv run feedforger build --help # see all options
uv run feedforger cleanup # clean old cache entries[recipes.MyFeeds]
urls = [
"https://example.com/feed.xml",
"https://example.com/rss",
]
# filters = [{ title = "pattern to exclude", invert = true }]
# fulfill = true # fetch full article contentAlso supports OPML files — just drop .opml files into the recipes/ directory.