Skip to content
Dion Woolley edited this page Jul 24, 2016 · 10 revisions

Welcome to the Concierge wiki!

(Karma + Sassy) * (Facebook + Slack + Skype + Hipchat + Telegram + Discord) = Concierge

It does way more than this now...

Concierge is a modular, easily extensible general purpose chat bot. Small node.js modules can be written for it then placed in the modules directory - some examples can be found here. 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/concierge/Concierge.git
cd Concierge
npm install

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

Modules

All Documentation

Testing

See Running and writing tests

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, see Contributing.

Copyright and License

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

Clone this wiki locally