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: "[email protected]"
  password: "password"
  roomJids: ["[email protected]", "[email protected]"]
  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