Webpage-to-RSS Pipe generates RSS from any webpage which doesn't have native syndication. It utilizes a data mining service called Feedity ( www.feedity.com ) to dynamically build the RSS, and then only return unique items. This pipe accepts the URL of the source webpage for which the feed is to…
Particularly useful as a subpipe (see Diehards pipe). Use of unique operator generates y:repeatedcount variable. However, that can't be serialized to check for multiple things.
Replaces abbreviated description with full content fetched from webpage using link entity. Uses cut from and to to scrape out just the meaningful content. Link source can be a feedity scrape of articles by a person or on a subject. Does second scrape to get date.
A demonstration of how you can discover popular items in feeds, e.g. finding popular bookmarks among a specific set of delicious users.
Only running the pipe won't make much sense, to understand it, one will have to look inside...
This pipe search for AUDIO in goear, VIDEOS in youtube, google video and megavideo and finally PRODUCTS in E-Bay. Work for the course "Aplicaciones web 2.0 en PHP"
this pipe works as bellow:
1. retrieve the content of url
2. convert the content to rss using feedity.com
3. analyse the rss to extract keyphrases
4. submit the keyphrases to Flickr
5. present the images retrieved from Flickr
Created by Rami Hamoudi