June 30th, 2024

Combine multiple RSS feeds into a single feed, as a service

The GitHub URL provides details on "RSS Combine," a tool merging multiple RSS feeds. It guides users on local setup, configuration via YAML or environment variables, and generating a static RSS file in S3. Simplifies feed consolidation.

Read original articleLink Icon
Combine multiple RSS feeds into a single feed, as a service

The GitHub URL contains information about "RSS Combine," a tool enabling users to merge multiple RSS feeds into one. It offers guidance on running the service locally, setting up options via YAML files or environment variables, and creating a static RSS file in S3. This tool simplifies the process of consolidating RSS feeds, enhancing user experience and efficiency.

Related

Show HN: Online OPML editor to manage subscription lists

Show HN: Online OPML editor to manage subscription lists

The OPML Editor on GitHub manages RSS and Atom feeds. Users can add, merge OPML files, and remove duplicates using Svelte and CodeMirror technologies. Licensed under AGPL-3.0. Access at opml.imadij.com.

MIME, RSS, and Existential Torment

MIME, RSS, and Existential Torment

Xe Iaso recounts fixing their RSS feed problem caused by MIME types. The solution involved updating MIME configurations, showcasing technical insights and the importance of understanding web development intricacies.

Show HN: Qq: like jq, but can transcode between many formats

Show HN: Qq: like jq, but can transcode between many formats

The GitHub repository hosts `qq`, a tool using `jq` query syntax and `gojq` for configuration format transcoding. It offers interactive query building, multiple format support, and encoding performance focus. Installation options include source or releases. Contributions welcome.

Show HN: Triplit – Open-source syncing database that runs on server and client

Show HN: Triplit – Open-source syncing database that runs on server and client

The GitHub URL provides details on `@changesets/cli`, a tool for versioning and publishing code in multi-package and single-package repositories. Full documentation and common questions are accessible in their repository.

Show HN: R2R V2 – A open source RAG engine with prod features

Show HN: R2R V2 – A open source RAG engine with prod features

The R2R GitHub repository offers an open-source RAG answer engine for scalable systems, featuring multimodal support, hybrid search, and a RESTful API. It includes installation guides, a dashboard, and community support. Developers benefit from configurable functionalities and resources for integration. Full documentation is available on the repository for exploration and contribution.

Link Icon 8 comments
By @g15jv2dp - 4 months
I cannot see any use I'd have for that. All the RSS readers I've used in my life have supported reading from multiple feeds. Could someone enlighten me?
By @tonyoconnell - 4 months
It will work well with RSS Proxy https://github.com/damoeb/rss-proxy which turns any website into an RSS feed.
By @pavel_lishin - 4 months
Hah, I've recently had to solve the exact opposite problem - fetching a bunch of content from a single source, and splitting it into multiple feeds.
By @Glench - 4 months
I needed something like this once but I forget why. Now I would probably just use val.town to build it instead of spinning up my own go server.
By @delduca - 4 months
I miss Yahoo Pipes so much.
By @kevincox - 4 months
There is one footgun with many tools like this. If you add a new source to an existing combined feed all of the items in that feed will immediately appear as new items. What you typically want is for new items for the source feed to show up in the combined feed, not all exiting items at once.
By @aranke - 4 months
Listen Notes lets you do this for podcasts:

https://www.listennotes.com/blog/why-podcasts-are-my-new-wik...

By @ZunarJ5 - 4 months
FreshRSS does this.