Ruby4Skypeã使ã require "rubygems" require "skype" puts "start" app_name = "test_app" Skype.init app_name Skype.start_messageloop Skype.attach_wait s = Skype::Application.new(app_name) s.invoke("MESSAGE shokaishokai hello") # ç¸æãæå®ãã¦ã¡ãã»ã¼ã¸ p chats = s.invoke("SEARCH ACTIVECHATS") chats = chats.split(/ /) chats.shift p chats s.invoke("CHATMESSAGE #{chats.first} test") # ã°ã«ã¼ããã£ãããæå®ãã¦ã¡ãã»ã¼ã¸éã ãªããããããããªã
{{#tags}}- {{label}}
{{/tags}}