Skip to content

Instantly share code, notes, and snippets.

@inohiro
Created July 24, 2011 09:52
Show Gist options
  • Save inohiro/1102460 to your computer and use it in GitHub Desktop.
Save inohiro/1102460 to your computer and use it in GitHub Desktop.
script that find recently chat topics, and p that name(But It's not work :(
require 'rubygems'
require 'skype'
Skype.init 'sample_application'
Skype.start_messageloop
chats = Skype::searchRecentChats
chats.each do |chat|
p chat.getName
end
Skype.attach_wait
sleep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment