Skip to content

okabsd/stumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stumble

A fully extensible robotic friend, for Mumble.

NPM version License Downloads

logo

Stumble is a Mumble bot.

Stumble is built around the concept of extensions, allowing it to be extended to create just about any kind of bot.

With that said, a Standard Extension Library is included, providing many useful features out of the box.

For a more complete introduction, and to learn everything you need to know about Stumble, please spend a little time reading the various articles the wiki has to offer.

Quick Install

Stumble is a Node.js module.

To simply install Stumble as an application, take a look at stumble-cli, a thin command line wrapper. You'll want to read the article on Configuring, as well.

If you plan on writing your own extensions, you should install it in your project, and then go check out the API, and the documentation for stumble-core.

$ npm install stumble (--no-optional)

--no-optional will skip on installing Standard Extension Library dependencies.

If you run into trouble, please read the Getting Started wiki article.

Contributing

If you've found a bug, please raise an issue about it.

If you want to help out with development, go ahead and fork the repository.


Enjoy!

oka.io