Forum Discussion
john66571
Nov 06, 2024Brass Contributor
RSS feeds to security blogs?
Hello, After the update of blogs here i no longer see any RSS feeds or links. Where can those RSS feed be found now? It was the only newsfeed where blogs could be aggregated. perhaps im just blin...
john66571
Nov 11, 2024Brass Contributor
For anyone ending up here, i had previously written a RSS aggregator that aggregates multiple RSS feeds into one using python and free github actions/workflow. I have now added the ability to aggregate HTML (urls) into one big RSS feed to (hopefully they will return here soon tho!).
https://github.com/hitem/rss-aggregator
Theoretically, you can set up a repo for each feed you want and then you have a rss feed for each blog again. But this is not the solution, this is a workaround :3
- Default value is based on ingestion, ie: append_mode = false
It runs every hour on github actions -> looks back 2 hours -> constructs the RSSfeed.xml -> ingestion in teams/slack/tasks runs every hour and post whats in the RSSfeed.xml. - However, if you wish to have a history in the feed etc (to view it in rss viewers such as feedly), swap the append_mode = true. This is to make the feed suit your needs.