hangouts-bot

0.2.1 • Public • Published

Hangouts-Bot for Node.js

Very simple library that allows you to build chat builds with Node.js.

npm install hangouts-bot
var hangoutsBot = require("hangouts-bot");
var bot = new hangoutsBot("someone@gmail.com", "password");

bot.on('online', function() {
    console.log('online');
});

bot.on('message', function(from, message) {
    console.log(from + ">> " + message);
});

More to come!

Shameless Plug

I hack around with Vim plugins, Node.js, Google Glass, and more. If any of that sounds interesting, follow me!

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hangouts-bot

    Weekly Downloads

    1

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • jaxbot