-
Notifications
You must be signed in to change notification settings - Fork 36
Home
(Karma + Sassy) * (Facebook + Slack + Skype + Hipchat + Telegram) = 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.
Make sure that both git, node and npm are available in your path. Once that is done, 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)
- Creating Modules
- KPM Modules Table
- Default Commands
- Usage Example/Overview
- Integrations (Integrations are chat platforms that Concierge integrates into)
- Existing Integrations. Look here for documentation on how to set them up.
- Creating Integrations
- CLI Arguments, Debugging and Logging
- Docker
- Contributing
HERE BE DRAGONS!
Written to see if it could be done, not written to be readable.
Enter at your own peril.
Contributions welcome, see Contributing.
Licensed under the MIT license. Unless otherwise specified, code is Copyright (c) Matthew Knox 2015.