You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
https://github.com/bash0C7/rb-skypemac 行ったのは、bundle gemによるgemのひな型への当てはめとbin/rb-skypemacの追加です。 インストール方法 お手持ちのGemfileに gem 'rb-skypemac', github: 'bash0C7/rb-skypemac' を追加して、bundle installしてください。 これによってrb-skypemacのライブラリとともに、同名のrb-skypemacというREPLなコマンドが入ります。 rb-skypemacコマンドの使い方 rb-skypemacコマンドを実行すると、pryのプロンプトがでるので、試しに Chat.recent_chats と入れてみましょう。そうすると、直近のチャット情報が表示されます。 そこから、一つピックアップして、 chat = Chat.new
→ ‘rb-skypemac’ What A simple Ruby interface to Skype for use with Mac OS X. Installing sudo gem install rb-skypemac Demonstration of usage require 'rubygems' require 'rb-skypemac' include SkypeMac # Place a call to the 'echo123' user call = Skype.call "echo123" # Disconnect a call call.hangup sleight42 = Skype.online_friends.find { |u| u.handle == "sleight42" } call = Skype.call sleight42 Skype.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く