Skip to content

jaxbot/hangouts-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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("[email protected]", "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!

About

Node.js hangouts code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published