使用 Ruby 处理 Skype 消息
有没有允许使用 Ruby 处理 Skype 消息的库?
Is there any library that allows to handle Skype messages using Ruby?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有允许使用 Ruby 处理 Skype 消息的库?
Is there any library that allows to handle Skype messages using Ruby?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
看看这个: 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
您可以使用 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.
目前有两种受认可的方式访问 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.
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.