yahoo-pipes

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.. ...

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 logical way is to read these from a file. I've figured out how to read the stopwords out of the text file, but how do I apply the filter operat...

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 feeds but it turns out that the feeds are just concatenated together and not merged. Here's the sample code. select channel.title,channel.li...

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 for toy things here and there, with the only thing I've used longer than a week or two being one amalgamated and filtered RSS feed that I've ...

How do I output the proper coded link with Yahoo Pipes

This all seems like it should be working to me but my appended "read more" link displays as plain text instead of as a link... Any insight or help on fixing this would be awesome! My pipe can be found at: http://pipes.yahoo.com/pipes/pipe.info?_id=1a22724d01568b8019be3125c7fb3075 ...

How do I pass a Yahoo Pipes item into a YQL query?

One common thing to want to do in the Yahoo Pipes YQL element is pass in a Pipes value to the YQL query. For example: select * from html.tostring where url='<someurl>' and xpath='//div[@id="foo"]' and you want to pass in a dynamic value for <someurl>. Let's say that it's an RSS feed item's URL called item.link. Attempting to simply...

How to update Twitter profile picture using twitter api and data:image/gif;base64?

iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YGARc5KB0XV+IAAAAddEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q72QlbgAAAF1JREFUGNO9zL0NglAAxPEfdLTs4BZM4DIO4C7OwQg2JoQ9LE1exdlYvBBeZ7jqch9//q1uH4TLzw4d6+ErXMMcXuHWxId3KOETnnXXV6MJpcq2MLaI97CER3N0vr4MkhoXe0rZigAAAABJRU5ErkJggg== T...

Yahoo pipes not working on feed43.com feeds

I have made this http://feed43.com/rss_cricket_fixtures.xml But there is a line in each description tag <p><sub><i>-- Delivered by <a href="http://feed43.com/"&gt;Feed43&lt;/a&gt; service</i></sub></p> I have tried yahoo pipes to filter it out but yahoo pipes does not even fetch this feed. How to solve this problem? ...

cant read the json fom yahoo pipe.

$(function(){ $.getJSON('http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&amp;_render=json&amp;callback=?',function(data){alert('called')}); }); i am using the above code to acess the a yahoo pipe i created to convert the last.fm xml output to json.but the firebug console output is sho...

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 http://pipes.yahoo.com/lifestream_ashu/7ba696f34ae17b6fa8f5d4de13064dea ...

Aggregating and displaying content from hundreds of RSS feeds

I'd like to build a website that aggregates and displays content from hundreds of RSS feeds. The feeds will be from different sites: Twitter, Flickr, Tumblr, etc, so the content will be very heterogenous. In a perfect world — and this is more of a side issue — I would like to allow other people to help manage the list of feeds and assi...

Why don't yahoo pipes fetch a custom URL for freelancer.com?

Hello , i want to build a feed for freelancer.com , i did the following , pipes.yahoo.com/xkid/freelancer11 , i don't really understand why doesn't it work, it build me a URL like http://www.freelancer.com/rss/job_Amazon-Web-Services.xml but , when i try to fetch its feed it doesn't seem to get any items , but the URL works if i put it d...

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 know how to do this please? ...

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 fetching the data but robots.txt does not allow it. I also tried building the url from scratch yields errors as well. I have been able to...

Yahoo Pipes: Join feeds in an alternating manner

In Yahoo Pipes its easy to union feeds together (you use the union module) but I want to union two feeds in an alternating manner. That is, I want to merge this: Input Feeds: Feed1: Feed2: A0 B0 A1 B1 A2 B2 A3 B3 etc etc into this: Output Feed: A0...

How to convert JSON to XML? (preferably with Yahoo Pipes or Ruby).

There is plenty of information on XML to JSON conversion... But I would like to convert a JSON result into XML. For example the iTunes Search API only provides output in the JSON format. http://itunes.apple.com/WebObjects/MZStoreServices.woa/ws/wsSearch?term=jack+johnson&amp;country=US&amp;media=music&amp;entity=musicArtist&amp;limit=6...

Using Yahoo Pipes as feed aggregator

Hi, 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... Is it good thing to add large number of feeds to one pipe? or should I create separate pipe for each feed? Is adding more than one f...

Using Regex in Yahoo pipes to "clean" RSS feeds...

Hi, everyone. Need some help in creating a Yahoo Pipe that strips certain elements from an rss feed. To clerify: I would use the regex code on Yahoo Pipes. I presume the regex syntax is universal? I've broken the question up to some sub-questions: What would be the regex for removing/striping a specific html tag (has its own class)?...

How to retrieve original URL from a redirected one using Yahoo Pipes?

I've parsed a feed using Yahoo Pipes. The feed items contain an URL link to the full-text versions. URLs are redirected (cloaked). How can I retrieve them using Yahoo Pipes and replace the redirected ones with original URLs? There seems to be a way: http://stackoverflow.com/questions/1970606/yahoo-pipes-possible-to-retrieve-get-real-u...

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 fail to generate the result. Is there any codes or script act like Yahoo Pipes which I can use it in my own server? ...