Skip to content

vrillusions/marvin-nodebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marvin Node.js bot

This is my first attempt at a node.js bot, want to do multiple protocols but starting out with jabber.

Requirements

  • nodejs (Currently developing on v0.4.10)
  • nodejs-dev (required to build node-expat and node-stringprep)
  • libicu-dev (required to built node-stringprep)

Install

cp config-example.js config.js
edit config.js
cd node_modules/node-expat
node-waf configure
node-waf build
cd ../node-stringprep
./install.sh

About

Testing out a multi-protocol version of marvin-jabberbot in node.js

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors