Handle skype messages with Ruby

Is there a library that allows me to process Skype messages using Ruby?

+3
source share
4 answers

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

If you are using JRuby http://skype.sourceforge.jp/ , this might be the best option.

For a public API document: http://developer.skype.com/accessories

+2
source

You can use RestClient Stone and tropo.com to send and receive Skype instant messages. See the documentation for their REST api here:

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

, / .

+1

Skype . -, API Skype, Skype, . - SkypeKit, , , .

SkypeKit ruby ​​ .

; Skype Public API . Ruby API Skype. , Windows Linux (OSX , Mac), Skype. API .

In the interest of full disclosure, there seem to be several other projects, but they seem to target only one platform, and the ones I found seem to be fault tolerant at the moment.

+1
source

libpurple has a plugin for Skype, but it is not so easy to configure.

Unfortunately, the Skype protocol is closed and encrypted, so there are no good libraries.

0
source

Source: https://habr.com/ru/post/1768378/


All Articles