Hey everybody!
I want to avoid getting posts that have several tags I read through RSS more than once in my reader app. Let's say I read the following RSS feeds:
dev.to/feed/tag/webdev
dev.to/feed/tag/javascript
dev.to/feed/alexkhismatulin
If alexkhismatulin
posts something with both webdev
and javascript
tags, the post appears three times in the reader app. I'm wondering if there's a way to subscribe to an aggregation. I imagine something like this:
dev.to/feed/?tags[]=webdev&tags[]=javascript&authors[]=alexkhismatulin
Top comments (2)
Hi. Some feed readers already merge instances of a post in different feeds. For example, Liferea.
Glad that you found something new here.
Yeah, building this was the idea, but want to make sure I'm not reinventing the wheel