npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hubot-skype

v0.0.2

Published

A Skype adapter for hubot

Downloads

3

Readme

Hubot Skype Adapter

Description

This is the Skype adapter for hubot that allows you to communicate with hubot through Skype.

Installation

  • Add hubot-skype as a dependency in your hubot's package.json (use this repository url as the version)
  • Install dependencies with npm install
  • Install Python dependency Skype4py with pip or easy_install
  • Log into a Skype client on the same machine you are running hubot
  • Run hubot with bin/hubot -a skype

Usage

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.

OS Specific notes

OSX

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

Linux

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.

Contribute

Here's the most direct way to get your work merged into the project.

  1. Fork the project
  2. Clone down your fork
  3. Create a feature branch
  4. Hack away
  5. If necessary, rebase your commits into logical chunks without errors
  6. Push the branch up to your fork
  7. Send a pull request for your branch

Copyright

Copyright © Dominick D'Aniello. See LICENSE for details.