雅虎管道克隆脚本?

发布于 2024-09-13 08:57:18 字数 135 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苏佲洛 2024-09-20 08:57:18

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/

放血 2024-09-20 08:57:18

我的倾向是将 LWP 与 Perl 结合使用

http://metacpan.org/pod/LWP

My inclination would be to use something like LWP with Perl

http://metacpan.org/pod/LWP

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文