hubot-skype-web icon indicating copy to clipboard operation
hubot-skype-web copied to clipboard

A Skype adapter for Hubot that connects via Skype web.

Results 7 hubot-skype-web issues
Sort by recently updated
recently updated
newest added

The [list of hubot adapters in the hubot documentation](https://hubot.github.com/docs/adapters/) is being replaced with a link to a [GitHub topic search](https://github.com/search?q=topic%3Ahubot-adapter&type=Repositories). Add the `hubot-adapter` [topic](https://help.github.com/articles/classifying-your-repository-with-topics/) to your repository on GitHub to...

so I have been running fine with the hubot for a week, but since today, it started timing out on the logins, but the the screenshot it took seems like...

Previous login logic would try to submit both the username and password at once, when they did not appear to be an email address. The latest version of the website...

It seems the Skype web portal has changed such that it no longer shows two fields by default. If you visit "https://web.skype.com" in incognito mode you see the same page...

Could you add status support? PUT /v1/users/ME/presenceDocs/messagingService {'status': 'Online'} No luck to do it myself

enhancement

Hi @sdimkov Fixed a timeout error. Related to #21 and #23

I saw a phantomjs-prebuilt (v2) package is available on npm https://www.npmjs.com/package/phantomjs-prebuilt So I modify `hubot-skype-web/src/skypewebb.coffee` and use `phantom = require('phantomjs-prebuilt');` instead. The following error occurred: ``` TypeError: phantom.create is not...