Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a decent alternative to Yahoo Pipes?

Tags:

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 libraries that run on appengine) that do something similar ?

like image 384
Sri Kadimisetty Avatar asked Apr 13 '10 06:04

Sri Kadimisetty


1 Answers

(This question has been asked several times...n For example: Yahoo Pipes clone script? Alternatives to Yahoo Pipes )

Pipe2py is a compiler script that will generate a Python equivalent of a Yahoo Pipe given the URL of the pipe:

https://github.com/ggaughan/pipe2py/

(Note that not all Pipes blocks have yet been implemented.)

A "hosted" version of Pipe2Py is also available on Google App Engine: http://pipes-engine.appspot.com/

You might also find YQL [ http://developer.yahoo.com/yql/console/ ] and Scraperwiki [ http://scraperwiki.com/ ] useful

like image 101
psychemedia Avatar answered Nov 15 '22 15:11

psychemedia