Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
hubot-skype
Advanced tools
This is the Skype adapter for hubot that allows you to communicate with hubot through Skype.
hubot-skype
as a dependency in your hubot's package.json
(use this repository url as the version)npm install
Skype4py
with pip
or easy_install
bin/hubot -a skype
The Skype adapter works by communicating through a locally running Skype client. You need to create a Skype account for your bot, and log into it on a Skype client running on the same machine as hubot. When you first launch hubot with the Skype adapter, Skype will prompt you to allow for API permission. You must allow this before the bot will work.
The current version of Skype4Py doesn't play nicely with the 64 bit version
of python on OSX and will immediately cause a segmentation fault. You may
need to force python to run in 32 bit mode by setting the environment variable
VERSIONER_PYTHON_PREFER_32_BIT
to true
Ex:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
./hubot -a skype
If you would like to use a different transport type than the default (x11
)
you may set the HUBOT_SKYPE_TRANSPORT
evnirontment variable.Currently
supported values are x11
amd dbus
. More information on
module page.
Here's the most direct way to get your work merged into the project.
Copyright © Dominick D'Aniello. See LICENSE for details.
FAQs
A Skype adapter for hubot
The npm package hubot-skype receives a total of 0 weekly downloads. As such, hubot-skype popularity was classified as not popular.
We found that hubot-skype demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.