使用 Ruby 处理 Skype 消息

发布于 2024-09-26 07:08:51 字数 34 浏览 3 评论 0原文

有没有允许使用 Ruby 处理 Skype 消息的库?

Is there any library that allows to handle Skype messages using Ruby?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

腻橙味 2024-10-03 07:08:51

看看这个: http://rubyforge.org/projects/skyperapper

如果您使用的是 JRuby < a href="http://skype.sourceforge.jp/" rel="nofollow">http://skype.sourceforge.jp/ 可能是更好的选择

对于公共 API 文档:http://developer.skype.com/accessories

Take a look at this: http://rubyforge.org/projects/skyperapper

If you are using JRuby http://skype.sourceforge.jp/ might be a better option

For the public API doc: http://developer.skype.com/accessories

嘴硬脾气大 2024-10-03 07:08:51

您可以使用 RestClient gem 和 tropo.com 服务发送和接收 Skype IM。请参阅此处的 REST api 文档:

https://www. tropo.com/docs/scripting/message.htm?search=skype#anchor

他们目前不对发送/接收即时消息的服务收费。

You can use the RestClient gem and the tropo.com service to send and receive Skype IMs. See the documentation for their REST api here:

https://www.tropo.com/docs/scripting/message.htm?search=skype#anchor

They're currently not charging for the service that sends/receives instant messages.

与之呼应 2024-10-03 07:08:51

目前有两种受认可的方式访问 Skype 网络。第一个是 Skype 公共 API,它需要与本地计算机上运行的官方 Skype 客户端进行通信。另一个是 SkypeKit,我相信它附加了非常严格的协议。

Ruby 版 SkypeKit 可以在此处作为 gem 获取。

以下内容仅供参考; Skype 不再支持其客户端的公共 API。 我还一直在开发围绕 Skype Public API 的 Ruby 包装器。目前它还远未完成,但目前支持 Windows 和 Linux(OSX 应该也很容易实现,但我目前没有 Mac),并允许您手动连接 Skype 并向其发送命令。从长远来看,整个 API 将被包装。

为了充分披露,似乎还有一些其他项目也存在,但它们似乎只针对单个平台,而我发现的那些似乎是废弃软件眼下。

There are currently two ways of accessing the Skype network in a sanctioned manner. The first is the Skype Public API, which requires talking to the official Skype client running on a local machine. The other is SkypeKit which I am led to believe has a very restrictive agreement attached to it.

SkypeKit for ruby is available as a gem here.

The following is historical only; Skype no longer supports the Public API for their client. I have also been working on a Ruby wrapper around the Skype Public API. It's far from finished at the moment but supports Windows and Linux currently (OSX should be easy to implement as well, however I currently don't have a Mac) and allows you to connect and send commands to Skype manually. Long term the entire API will be wrapped.

In the interests of full disclosure, there seem to be a few other projects hanging around too, however they seem to only target a single platform and the ones I found seem to be abandonware at the moment.

深府石板幽径 2024-10-03 07:08:51

libpurple 有一个 Skype 插件,但安装起来并不容易。

不幸的是,Skype 协议已关闭且无法使用。已编码,因此没有好的库。

libpurple have a plugin for Skype, but this is not easy to Setup.

Unfortunately, Skype protocol is closed & encripted, so there are no good libs out there.

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