nobot
v0.1.1
Published
A simple bot for HipChat
Readme
Nobot
A chat bot for HipChat that provides basic functionalities and plugin support.
Install plugins through npm or put them into a folder 'plugins' in the directory of your script.
Installation
$ npm install nobotExample
var nobot = require('nobot');
var bot = new nobot({
jid: '[email protected]',
password: 'hunter2',
plugins: ['nobot-pugme']
});
bot.connect();