Skip to content

dfjones/Skynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

npm install coffee-script

npm install node-xmpp

npm install request

Setup

You should create a file called 'account.coffee' with the following

config =
  jabberId: "xxx_xxx@chat.hipchat.com"
  password: "password"
  roomJids: ["xxx_xxx@conf.hipchat.com", "yyy_yy@conf.hipchat.com"]
  roomNick: "Nick"

module.exports = config

Run

coffee skynet.coffee

About

A HipChat Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published