Home

Awesome

hubot-skyweb

This is a Skype adapter for Hubot using Skyweb.

Build Status

Why another Skype adapter?

There are two popular approaches for having scriptable Skype:

In some cases those approaches make sense but Skyweb project proved that you do not need to spin desktop application or use PhantomJS to have control over Skype. What instead it does is use Skype HTTP protocol (which is not an official one and you should read a Skyweb Disclaimer).

Getting Started

Configuration

This adapter uses the following environment variables:

You can export them by running export HUBOT_SKYPE_USERNAME=my.skype.username or specify them before running hubot like so HUBOT_SKYPE_USERNAME=my.skype.username bin/hubot -a skyweb.

License

See the LICENSE file for license rights and limitations (MIT).