Building a Simple Yahoo-Pipe

Yahoo pipes as I said earlier has several modules(components) that you can use in a combination that best fits your idea .. however for a begginer.. I shall be using the Fetch-Feed Module , Sort Module and the Truncate module

Conceptualizing the pipe:-
This is like figuring out what you want from the pipe.. It would be rather irrelevant that you open the pipes-edit page and stare at the screen while you have no idea what you want.
My Pipe concept :- Display the result of the 3 blog fields in the latest post apprearing first and display only first 15 results
(A)Organising your concept :- This gives you a headstart in choosing the modules

  1. Give the post feed for the 3 blogs that I have chosen
  2. sort the result so that the latest post is seen first in order of the published date
  3. Show only top 15 results ( logically assuming that posts beyond the top 15 are all older posts)

(B)Building your First Yahoo Pipe :- By organising your concept.. you can very well say that you will be using the following module

Fetch Feed Module Where you give the Feed URL
Sort Module Which arranges the result in ascending / descending order of published date
Truncate Module Stops the Feed module from retrieving more results after the top 15

(C)Creating your First Yahoo Pipe:-Browse through this post to get an idea as to how to use the various modules

  1. Go to Yahoo Pipes
  2. Sign In using your Yahoo Account
  3. Click on:- Create a Pipe
  4. Drag down the workspace where the modules are inserted
  5. Drag a Feed Module
    1. By default it allows you add one Rss feed.
    2. I shall be using 3 Rss feeds for test purpose ( 3 languages)
    3. To be able to add more than 1 Rss feed click on the ” + ” of the Feed module
    4. http://beta-templatetesting.blogspot.com/feeds/posts/default?alt=rss
      http://epandit.blogspot.com/feeds/posts/default?alt=rss
      http://tamilblogging.blogspot.com/feeds/posts/default?alt=rss
    5. Click on the Title of the Feed module and see the results of the feed in the Debugger frame

  6. Drag a Sort Module
    1. Connect the output of the Feed Module to the Input of the sort Module
    2. After the module gets updated…
    3. Select item.pubdate and sort in descending order
    4. Click on the Title-bar of the Sort module to view the results in the debugger

  • Drag a Truncate Module
    1. Connect the Output of the Sort Module to the input of the Truncate module
    2. Give the value as ” 15
    3. Connect the Truncate module to the Pipe Output

  • Save the Pipe as My First Yahoo Pipe
  • (D)Executing your Pipe and get its Rss feed

    1. Run the Pipe…and see the results in the browser
    2. Further down the page.. you will be able to see as
    3. Right click -Properties – Copy the URL in a notepad …This is the RSS feed for this particular pipe

    Using Yahoo Pipes in blogs
    Your appreciation is my motivation

    Leave a Reply

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