雅虎管道克隆脚本?
Yahoo Pipes 缺乏处理能力,无法与远东网站良好配合。我需要处理来自多个位置的复杂正则表达式,每分钟数百个帖子,而 Yahoo Pipes 无法生成结果。
是否有类似 Yahoo Pipes 的代码或脚本可以在我自己的服务器中使用?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Pipe2py 是一个编译器脚本,根据给定管道的 URL,它将生成与 Yahoo Pipe 等效的 Python:
https:// github.com/ggaughan/pipe2py/
(请注意,并非所有 Pipes 块都已实现。)
Google App Engine 上还提供了 Pipe2Py 的“托管”版本:http://pipes-engine.appspot.com/
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/
我的倾向是将 LWP 与 Perl 结合使用
http://metacpan.org/pod/LWP
My inclination would be to use something like LWP with Perl
http://metacpan.org/pod/LWP