tags:

views:

40

answers:

2

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

A: 

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.

BarsMonster
+1  A: 

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

glebm
seems that skyperapper is dead. and don't work on linux.
Alexey Zakharov