send skype message with linda-socket.io
- https://github.com/node-linda/skype-chat
- watch {type: "skype", cmd: "post"}
- write {type: "skype", cmd: "post", value: "~~~", response: "success"}
- Skype
- Mac or Linux
- Ruby 1.9.3~2.0.0
% gem install bundler
% bundle install
to the chat which topic matches /linda/
% CHAT_TOPIC=linda foreman start
=> http://node-linda-base.herokuapp.com/test?type=skype&cmd=post&value=hello
Run with your linda-base
% export LINDA_BASE=http://node-linda-base.herokuapp.com
% export LINDA_SPACE=test
% export CHAT_TOPIC='linda chat'
% foreman start
% gem install foreman
for launchd (Mac OSX)
% sudo foreman export launchd /Library/LaunchDaemons/ --app ruby-linda-skype -u `whoami`
% sudo launchctl load -w /Library/LaunchDaemons/ruby-linda-skype-main-1.plist
for upstart (Ubuntu)
% sudo foreman export upstart /etc/init/ --app ruby-linda-skype -d `pwd` -u `whoami`
% sudo service ruby-linda-skype start