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!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    0
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i hangouts-bot

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • jaxbot