Tagged Questions

Yahoo! Pipes is a web service which allows user to aggregate, filter, and combine web data sources such as RSS feeds and web pages into an output feed.

learn more… | top users | synonyms

13
votes
4answers
3k views

Designing a Yahoo Pipes inspired interface

I really like the interface for Yahoo Pipes (http://pipes.yahoo.com/pipes/) and would like to create a similar interface for a different problem. Are there any libraries that would allow me to create ...
12
votes
1answer
197 views

.NET alternatives to Yahoo Pipes

Similar to this question, except .NET alternatives instead. Excerpt rom http://pipes.yahoo.com/pipes/: About Pipes Pipes is a powerful composition tool to aggregate, manipulate, and mashup ...
9
votes
4answers
3k views

Alternatives to Yahoo Pipes

I've used Yahoo Pipes for some prototyping, but I'm unwilling reluctant to use it in full production as we'll have no control over it uptime etc. Is there an (ideally open source) alternative that I ...
6
votes
5answers
7k views

Is there a decent alternative to Yahoo Pipes

Pipes is being very buggy lately and has stopped saving new pipes these days. Google Mashup Editor and Microsoft Popfly are both discontinued. Are there are any currently running web apps(or atleast ...
5
votes
3answers
1k views

Is there a way to get YQL to return HTML?

I am trying to use YQL to extract a portion of HTML from a series of web pages. The pages themselves have slightly different structure (so a Yahoo Pipes "Fetch Page" with its "Cut content" feature ...
3
votes
2answers
157 views

Aggregating from various sources

It could be a project well beyond my skills right now but I've got around one full month to spend on it so I think I can do it. What I want to build is this: Gather news about a specific subject from ...
3
votes
2answers
333 views

Regular expression in Yahoo Pipes

I want to know what regular expression should be applied to replace 1 - 55 of 55 to only get 55 in Regex module of yahoo pipes. Thanks
3
votes
3answers
963 views

Using a HTTPS Resource in Yahoo Pipes?

Is possible to use a HTTPS: resource in a URLBuilder in Yahoo Pipes? I have used a HTTP: easily, but when I change it to HTTPS: I get an error.
3
votes
1answer
2k views

Regex to add padding zeroes

I am working on this yahoo pipe Regex and I found a bug I'm unable to wrap my mind around it. I have a URL, from which I extract digits, cat them and make a img html tag and embed it. The issue is ...
2
votes
1answer
36 views

How to loop through a fetched page line by line with yahoo pipes

I have a Fetch Page that gives me back item like this : A message here Some text <a rel="nofollow">http://www.somelink.com/</a> <p>some, text, here</p> <a ...
2
votes
2answers
49 views

Regex to extract 1129 from '10px;> 1129'

I want to extract the number 1129 from 10px;"> 1129 using Yahoo pipes regex. I am using (\d+) to extract 1129 but what should I use to remove 10px;">?
2
votes
0answers
116 views

Good mashup to replace Yahoo Pipes

I have website which aggregate lots of RSS and Atom feeds. I wanna separation for the aggregation. Yahoo Pipes is good but it doesn't works for aggregating thousand of feeds and categorization I ...
2
votes
1answer
194 views

How to Use Regex to Ensure Complete Words While Adding a Character Limit to Yahoo Pipes?

I'm pretty new to this, so excuse me if my question isn't that clear. I'm pulling an RSS Feed into Yahoo Pipes and using Regex to modify it. Here's what I'm trying to do: Limit the number of ...
2
votes
1answer
280 views

How do I combine multiple rest queries using YQL?

For example I would like to combine multiple queries rest queries together. Right now I do the following code with different URLs one at a time. I think it would be faster to ultimately make one ...
2
votes
1answer
327 views

Replace Youtube URL in Yahoo Pipes with /v from watch?v=

Currently, a previously answered question left me with this regex in find: ^.+(\?|&)v=([a-zA-Z0-9]+).*$ With this as replace hxxp://www.youtube.com/v/$1 I want to convert ...
2
votes
3answers
973 views

How to use YQL to merge 2 RSS feeds sorted by pubDate?

Seeing that YQL is being promoted as a good way to do things, I was curious as to how to use YQL to fetch and merge 2 different feeds into one (sorted by pubDate). It's pretty trivial to fetch 2 ...
2
votes
2answers
404 views

how to Google Analytic dat through YQL or Yahoo pipes?

I use Google analytic, i want to retrieve the last 100 search string from my Google analytic account using YQL or Yahoo pipes, how can i do it?? Please help..
2
votes
1answer
254 views

Using Yahoo Pipes to makes tweets link to url they contain rather than Twitter

I'm wondering how you can use Yahoo Pipes to get any tweets than contain a url to link to that url when clicked, instead of linking to Twitter.
2
votes
2answers
336 views

In Yahoo-Pipes, how to use regex when you can't see non-printable characters and html tags?

I keeping having the problem trying to extract data using regex whereas my result is not what I wanted because there might be some newlines, spaces, html tags, etc in the string, but is there anyway ...
2
votes
4answers
247 views

Extracting number preceding a particular text using a regex

I'm looking for a regex to extract two numbers from the same text (they can be run independently, no need to extract them both in one go. I'm using yahoo pipes. Source Text: S$ 5,200 / month ...
2
votes
1answer
606 views

Fetching plain text in Yahoo Pipes

I have a Yahoo pipe taking the Atom feed from a Google group, and I want to do some processing on the message's full text (running various regular expressions to extract data). I can get a message's ...
2
votes
4answers
1k views

can't add yahoo pipes to google reader [closed]

for some reason the feed won't load anything when I add it to google reader. The pipe is very simple, consists of 2 filters only. Runs fine in yahoo pipes itself, just will not be found in google ...
2
votes
1answer
1k views

How to configure the update interval for Yahoo! Pipes?

I am creating some RSS using Yahoo! Pipes, but the update interval is too long. How can i change it? If it is not possible to change, how long it is exactly?
2
votes
1answer
369 views

Web-based yahoo-pipes alike plugin or app or … something

I am looking for advice on how to create a drag and drop interface similar to Yahoo Pipes: dragging and dropping elements and linking them together. I really don't care if it's Flash or JavaScript ...
1
vote
1answer
56 views

Regex with iframe in Yahoo! Pipes

I'm building a Yahoo! Pipe to pull an RSS feed from Reddit which links to some content in the description. I'm using a regex to match the href attribute of the anchor link in an item.description ...
1
vote
0answers
51 views

Yahoo pipes compine atom and rss feeds

I have a yahoo pipe which gets lots of feed inputs, atom and rss. Atom has a tag summary and rss has a tag description, i managed to change summary to description with a loop and a string builder ...
1
vote
1answer
58 views

Yahoo Pipes and regex: Why does it work only for my first item?

Here is my pipe: http://pipes.yahoo.com/pipes/pipe.info?_id=a732be6cf2b7cb92cec5f9ee6ebca756 I am currently trying to get the part before the first space to my item.url and the second part will be ...
1
vote
1answer
261 views

search.web not working on YQL anymore?! - any alternatives?

I always get the error No definition found for Table search.web in my YQL statements. Even when using SELECT url FROM search.web(0,10) WHERE query="stackoverflow" for example. So I am assuming ...
1
vote
2answers
97 views

How to use a Regex to remove a word only when it occurs at the end of a string (for Yahoo Pipes)?

I need a Regex that will look at the last word in the string and eliminate it if it's a word that I've selected. For instance, if I'm selecting the word "dog," "This dog is a great dog" would return ...
1
vote
1answer
68 views

Regex Replace A Word In Parentheses INCLUDING The Parentheses

in Yahoo Pipes I'm struggling to find a way of removing the brackets around a word, as well as the word itself. How do I replace "(Active)"?
1
vote
1answer
420 views

Download JSON data and convert it to CSV using Python

I'm currently using Yahoo Pipes which provides me with a JSON file from an URL. I would like to be able to fetch it and convert it into a CSV file, and I have no idea where to begin (I'm a complete ...
1
vote
0answers
129 views

Yahoo Pipes - Prevent escaping text of a node

I'm writing a pipe to remap a few nodes in an RSS feed. Recently a new torrent namespace was created and is being used on some sites that provide bittorrent feeds. The torrent node for each item in ...
1
vote
2answers
109 views

Yahoo pipes: How to output the difference between two feeds?

How can one output the difference between two feeds in Yahoo Pipes? That is to say, I want all the posts from module A which do not occur in module B (filtered by title). I've found how to get the ...
1
vote
0answers
215 views

How to convert HTML entities to plain text in YQL or Y! Pipes?

I have the source in html entities (eg: &#99;&#111;&#118;&#101;&#114;) I want to convert them into simple readable plain text (eg: abcdef...) how can i do that using YQL or Yahoo ...
1
vote
1answer
100 views

extracting number using regular expression

I want to extract the number '123' from this: <div class="f_right" style="padding-top:5px;">123</div> What regular expression should I use? How can I extract just the number, without ...
1
vote
0answers
79 views

How to get wordpress Blog Details through yahoo pipes

I need to display my latest blog details in another website.My blog is based on word press. I am able to get the latest blog details through Yahoo pipes. My question is how to process those pipes get ...
1
vote
1answer
167 views

Yahoopipes Picasa feed <media:thumbnail> accessing at runtime results

I am using YahooPipes code to parse a cross domain picasa feed in its minimal form. I would like to know how to read the media:group - media:thumbnail tag in the xml retrieved at Runtime. for (var ...
1
vote
2answers
442 views

Yahoo Pipes clone script?

Yahoo Pipes lack of processing power and cannot works well with website from far east. I need to process complex regex from far multiple locations, hundreds of posts every minutes, which Yahoo Pipes ...
1
vote
0answers
208 views

Using Yahoo Pipes as feed aggregator

I'm looking to create an aggregator using Yahoo Pipes. I want to add as many feeds I like and then transform output to custom format with basic elements like title, desc, url, pubdate, imageurl etc... ...
1
vote
1answer
466 views

Facebook Graph API and Yahoo Pipes : Getting News Feed

I know that the following is used to request the news feed https://graph.facebook.com/me/home?access_token?... Which returns the set in json. What is the way to get this into a pipe ? I have tried ...
1
vote
2answers
120 views

How to add an arbitrary RSS feed to Google Buzz

I'm trying to use Yahoo Pipes to solve the feedback loop of Buzz -> Twitter (via FriendFeed) -> Buzz, but am stumped at finding a way to bring the Yahoo Pipe RSS output back into Buzz. Does anyone ...
1
vote
1answer
45 views

yahoo pipes not integrating all the feed

i created this yahoo pipe to integrate my twitter+last.fm+picasa feed ..now when i am redering it as json all i can see is the last.fm feed.why is it so ? link ...
1
vote
1answer
160 views

cant read the json fom yahoo pipe

$(function(){ $.getJSON('http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=?',function(data){alert('called')}); }); i ...
1
vote
2answers
160 views

Can you safely rely upon Yahoo Pipes to offload ETL for your application?

Yahoo Pipes are a very intriguing choice for sort of a poor-man's server-free ETL solution, but would it be a good idea to build an application around one or many Pipes? I've really only used them ...
1
vote
1answer
397 views

Yahoo Pipes: filter items in a feed based on words in a text file

I have a pipe that filters an RSS feed and removes any item that contains "stopwords" that I've chosen. Currently I've manually created a filter for each stopword in the pipe editor, but the more ...
1
vote
2answers
343 views

A WireIt like GUI library for Netbeans/Swing

I am looking for an open-source java library for creating yahoo-pipes like GUI. Wireit is based on javascript. Prefer LGPL/Apache License that can be used for commercial purposes.
1
vote
2answers
431 views

Split an RSS feed into separate feeds

I'm trying to find a way to split a single RSS feed into separate feeds based on keyword matches. Yahoo Pipes was my first thought, but I couldn't find a way to do it. Although Pipes has a split ...
1
vote
1answer
2k views

replacing html link with regex and yahoo pipes

my question is similar to the one here: http://stackoverflow.com/questions/360492/regular-expression-on-yahoo-pipes i have my gmail status hooked up to twitter through friendfeed, but unfortunately, ...
1
vote
1answer
750 views

Parsing HTML into JSON

I've been tasked with getting all the SMS updates from this page and putting them into a JSON feed using Yahoo Pipes. I'm not entirely sure how I would get each update, as they are not individual ...
1
vote
1answer
390 views

Yahoo Pipes: Possible to retrieve get real url from feedproxy.google.com url?

Using Yahoo Pipes, is it possible to poll this url http://feedproxy.google.com/~r/Techcrunch/~3/P-%5FqWQXyAPU/ and get the real url http://www.techcrunch.com/2009/12/08/build-it-with-me returned to ...

1 2 3 4