Questions tagged [yahoo-pipes]

Yahoo! Pipes was 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. It closed on 30 September 2015.

According to Yahoo!, the service will be closed on August 31, 2015.

Pipe definitions may be downloaded by calling http://pipes.yahoo.com/pipes/pipe.info?_id=PIPE_ID&_out=json where PIPE_ID is the pipe's unique identifier.

317 questions
2
votes
2 answers

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.
amit kumar
  • 20,438
  • 23
  • 90
  • 126
2
votes
0 answers

How can I pull out date & location that doesn't have its own tag and put into separate tags?

I want to create an RSS feed using Yahoo! Pipes. The feed source coming from a website in XML format doesn't have a date/time in its own tags for every item. How can I pull out this content (date & location event) and put it in 2 tags using Yahoo…
2
votes
1 answer

Yahoo pipes: how can I add an additional nodes/elements to RSS/feed items

I am merging two feeds using Yahoo pipes and using the output feed on a website. However, as would like to identify the "feed source" for each item in the output feed. Is it possible to manipulate the original feeds so I can add another node/element…
Andy
  • 541
  • 2
  • 4
  • 14
2
votes
4 answers

Regex to strip out links using Yahoo Pipes

everyone. i am working on school project and i have been struggling to clean all links in a feed using yahoo pipes. For instance removing Go to Source from my item.description. Leaving the" Go to source" without the…
JayJay
  • 21
  • 1
  • 2
2
votes
1 answer

How to get content in a header using XPath

I'm extracting content from a web page using Yahoo Pipes. For some reason, the developer placed the article content within

tags and I'm having difficulty getting the content from there. The content looks like this:

Some…

some user
  • 337
  • 1
  • 6
  • 16

2
votes
0 answers

Using Yahoo Pipes to filter tweets

I am trying to create a yahoo pipe that takes ideally takes all tweets tweeted at any point in time and filters down by a number of attributes to then display a filtered feed. Basically in order this is what I want to happen: Get a feed of all…
Sam W
  • 85
  • 2
  • 11
2
votes
1 answer

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 text in plain text from from Google using a url…
LaC
  • 12,624
  • 5
  • 39
  • 38
2
votes
1 answer

Yahoo pipes translation module missing

I try to build an yahoo pipe, in order to translate RSS feeds from different languages into one. Searching the web there are a lot of examples and tutorials from the last 2 years. Searing through the yahoo pipes from other users, there many pipes,…
The Bndr
  • 13,204
  • 16
  • 68
  • 107
2
votes
1 answer

Yahoo Pipes String change first word to the last word

I don't know yahoo pipes so much, i am just wandering, is it possible to make the first word moved to be the last word of sentence ? for example, i got some feed, with an item title like this Stackoverflow : The best way to do self-programming…
Cignitor
  • 891
  • 3
  • 16
  • 36
2
votes
1 answer

post data with yahoo pipes

I'd like to include a Wordle (wordle.net) in my mashup. But wordles require the data to be sent over via post: wordle.net/advanced. Is there any way to send data via POST using Yahoo Pipes?
boisvert
  • 3,679
  • 2
  • 27
  • 53
2
votes
1 answer

Yahoo Pipes Regex modifiers

I have trouble using regex matching on Yahoo Pipes, seems like they don't use the normal Perl syntax. In the following screenshot "Test" matches exactly "Test", not "test", so matching is case sensitive. How to make it case insensitive?…
stefan.at.kotlin
  • 15,347
  • 38
  • 147
  • 270
2
votes
0 answers

Using a single yahoo pipe as a filter for all my rss feeds

I would like to use Yahoo Pipes to create a bunch of RSS feeds that are all filtered the same way (block is is before yesterday and limit to 25 items). This way if I ever want to change my filter, I can change my filter pipe and all of my rss feeds…
davfive
  • 323
  • 4
  • 13
2
votes
1 answer

In Yahoo Pipes, how to remove a field?

I have a Yahoo Pipe running on my site, Romneyomics and it's fed with feeds from both Delicious as well as Topsy. The Delicious feed offers no 'description' field, but the Topsy does, and instead of just a link there's a duplicate line of details.…
2
votes
2 answers

Yahoo Pipes: Use custom address to render as rss

I have several yahoo pipes that I have given custom addresses to (pipes.yahoo.com//) and I would like to be able to render this pipe as rss using the custom name I have assigned to it. Obviously this isnt as easy as…
John S
  • 464
  • 1
  • 8
  • 23
2
votes
2 answers

How do I get a full article with description and image using Yahoo pipes?

http://bit.ly/4z5IFj This rss feed doesn't contain the post image, maybe because the site arranges the image improperly. The image comes over the title, and the image do not have full either (like in css) example post: http://bit.ly/LEj3tj
snjflame
  • 41
  • 1
  • 1
  • 7