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-hangups

v1.0.1

Published

Hubot adapter for Google Hangouts

Downloads

28

Readme

Hubot Hangouts Adapter

An adapter for Hubot to work with Google Hangouts. This adapter uses a third-party client for google hangouts, Hangups, and a proxy, HangoutsBot, to connect to Hangouts.

Requirements

  • Python 3.3+ (including pip and setuptools)
  • Existing hubot instance to attach it to (including node and npm)

Setup

Now with easier, automated setup!

  1. In your hubot instance directory run npm install hubot-hangups --save This will download the adapter and save it into your package.json
  2. Setup an environment variable that so the adapter can use your installation of python 3.3+. This should be something like python, python3, python3.3, or something similar. The entire path to your installed python 3.3+ instance will work as well.
  3. Run the adapter with bin/hubot -a hangups.
    • If you have not set the environment variable in step 2, it will warn you and quit.
    • Assuming you've set the environment variable correctly it will attempt to automatically install and run the python scripts necessary for this adapter. It might take awhile, and there is no output at the moment. If this fails, it will say so.
    • If it passes the python script install, it will prompt you for a username, password, and possibly two-factor PIN for the account to be used for Google Hangouts. You'll only have to enter this once, it's cached in the cookies.txt.
  4. That's it! It should respond to hubot ping if you send that to the Hangouts account you've linked to the adapter.

ToDo:

  • Create env variables for ports. It's currently hardcoded to using 8081 for hubot -> hangoutsBot, and 8080 for hangoutsBot -> hubot.
  • Optional, basic, whitelist-based security
  • Move cookie cache to a better place, and add env variable for it's definition
  • Move all these env variables to a config file

Community

This is a work in progress and we encourage the community to point out bugs, suggest changes, etc. Obviously we will focus on the things that we need it to do first, but new ideas are always welcome.

We plan on making using this adapter as part of our daily workflow in the future so it will be stable and reliable as we can make it.

Credits

This robot has been brought to you by GroupBy