Skype

Skypeを複数アカウントで同時起動をする

多重起動用のショートカットを作ればすぐできる リンク先の末尾に/secondaryを付けて起動する "C:\Program Files\Skype\Phone\Skype.exe" /secondary 参考リンク http://hiyuki.sitemix.jp/?p=97

WikipediaのURLを返すSkypebot

ひとまず作ってみたけどあまりよろしくないいろいろな意味で require 'rubygems' require 'skypeapi' require 'uri' SkypeAPI.init SkypeAPI.attachWait def Chatless(chatmessage) active_chat = SkypeAPI.searchActiveChats #w:ではじめるとwikipediaのURL…

Ruby4SkypeでSkypeAPIを使ってみる

WindowsのみだがRuby4Skypeというものがあったので使ってみる ドキュメント http://rubyforge.org/docman/view.php/4599/3509/doc.html http://rubyforge.org/docman/view.php/4599/3510/ref.html インストール gem install Ruby4Skypeswin.so依存とのことだ…