(Karma + Sassy) * (Discord + Facebook + Messenger + Slack + Skype + Telegram) = Concierge
Concierge is a modular, easily extensible general purpose chat bot. It is platform agnostic and will work with any social network desired (provided an integration module). The bot utilises small node.js modules for responding in a chat. You can write your own modules and place them in the modules directory, or use existing modules we've collated here. Existing modules include a variety of functionality from getting gifs, to running arbitrary sandboxed JavaScript code, voting and giving karma.
Furthermore Concierge is compatible with Hubot adapters and scripts.
Experiment with our hosted Concierge instance on discord.
Make sure you have Node.JS and NPM installed and added to your system PATH before installing Concierge. It is also highly recommended you do the same with GIT.
Installation can either be done using npm
(global or local) or git
(see which approach is right for you here).
NPM (global)
npm install concierge-bot -g
GIT
git clone https://github.com/concierge/Concierge.git Concierge
cd Concierge
npm install
NPM (local) For all documentation regarding local installs, refer to Usage Types.
Concierge comes ready-to-run, so to start the bot:
concierge
node main.js
Concierge-bot>
This is the default Test
integration Concierge assumes if no other is specified during startup (more on this below).
/ping
in the terminal and press enter.Concierge-bot 4.0.0-beta.0 @ Raven (Linux x64)
If everything worked without any errors,
Congratulations!
Now let's go a step further and connect Concierge with an actual social network
This simply requires installing the social network's integration
in the modules
directory.
kpm is a great module that makes this process a piece of cake. The process can be generalized into the following steps
kpm
was successfully loaded./kpm install <integration_name>
to install the integration where <integration_name>
is the name of the social network integration./kpm config
with appropriate arguments (account email, account password, etc.) to set up the integration for connecting with the social network. Specific arguments and instructions on how to set them can be found in the integration's documentation./kpm start <integration_name>
to start the integration.Why not try integrating Concierge with Facebook by following the instructions here.
Links to configuring other integrations can be found in the documentation section below.
Now you can customize your Concierge by installing or creating your own modules.
/kpm
module (which is installed by default) to install using the KPM List.Hint: Use /help kpm
to find out how to install a module or have a look at the KPM List for a more elaborate instructions.
Contributions welcome, see Contributing.
Licensed under the MIT license. Unless otherwise specified, code is Copyright (c) Matthew Knox 2017.