Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Reminds me: is there any simple not-dead service for filtering posts out of RSS feeds, collating related input feed items together into single output feed items, etc.? I used to use FeedRinse for the former case, and Yahoo Pipes for the latter, but now both are dead.


I think Yahoo's YQL[1] can do that.

A query like:

    SELECT title, link, pubDate FROM rss 
    WHERE url IN (
    'http://feed1', 
    'http://feed2',
    'http://feed3'
    ) | SORT(field="pubDate", descending="true");
should do the job.

[1] https://developer.yahoo.com/yql/console/


inoreader is a web feed reader, but you can access your folders in there as RSS feeds again. Some filtering as well, but it is limited in the free version. Might be enough for you?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: