Yahoo Pipes clone script?

余生长醉 提交于 2019-12-06 09:20:04

问题


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?


回答1:


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/




回答2:


My inclination would be to use something like LWP with Perl

http://metacpan.org/pod/LWP



来源:https://stackoverflow.com/questions/3425413/yahoo-pipes-clone-script

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!