Skip to content
Matthew Knox edited this page Feb 19, 2016 · 10 revisions

Welcome to the Kassy wiki!

(Karma + Sassy) * (Facebook + Slack + Skype + Hipchat) = Kassy

It does way more than this now...

Kassy is a modular, easily extensible general purpose chat bot. Small node.js modules can be written for it then placed in the modules directory. They will load on startup (or restart) and become part of what the chat bot provides. Current pre-installed modules are located here, additional modules can be created or installed through the built in package manager. Existing modules include a variety of functionality from getting animated gifs to running arbitrary sandboxed JavaScript code, voting and giving karma.

Basic Usage

First clone the repository and install required npm packages:

git clone https://github.com/mrkno/Kassy.git
cd Kassy
npm install

Then start one or more of the available integrations:
(eg. node main.js facebook slack skype testing after configuring to start them all)

Documentation

Disclaimer

HERE BE DRAGONS! Written to see if it could be done, not written to be readable.
Enter at your own peril.

Contributions

Contributions welcome.

Copyright and License

Licensed under the MIT license. Unless otherwise specified, code is Copyright (c) Matthew Knox 2015.

Clone this wiki locally