Shin

Yahoo pipes

Yahoo pipes, it’s amazing, a web service I like. I started playing with this because I couldn’t find a decent selfhosted script which would allow me to merge several rss feeds into one new feed. Within a couple of minutes of figuring it out I had exactly what I wanted; a new feed which grabs several rss feeds and outputs a feed with the newest 10 items.

My first Yahoo pipe

Basically you just have to think of what you want to accomplish and you can drag and drop the elements into the editor area and connect them with pipes to direct the flow of data.
So in my example (click on the piccy for the full version), I use Fetch Feed to grab a feed,
pipe it to Regex to change the title, I insert the author name in front of the title.
Then I combine all of them in Union. Of course if you have more then 5 feeds you can use multiple Unions.
Onwards to Sort to make sure all items are sorted based on the publication date, in descending order.
Truncate because I only want the 10 most recent items.
And finally to Pipe Output to wrap it up.

Save it and there you go, your new rss feed which you can use wherever you want.
Sweet.

2 Responses to Yahoo pipes

  1. maybe i’ll finally start using RSS feeds again with this…

  2. Yeah, it’s a bit daunting the first few minutes but once you get the hang of it it’s dead easy, and the output preview is helpful as well.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Work in progress... not home!
Trying to get all/most of the new code working before I start on the eyecandy.