Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 867 Bytes

Readme.md

File metadata and controls

21 lines (18 loc) · 867 Bytes

Slack Integration

Installation

The easiest way to install this integration is to use KPM.

/kpm install slack

Configuration

To add a configuration, execute each of the following commands (replace each of the angle bracketed strings with the respective information and update your slack team configuration to match):

/kpm config slack name "<botName>"
/kpm config slack slack_tokens ["<yourSlackTeamToken1>", "yourSlackTeamToken2", ...]
/kpm config slack port "<portNumber>"
/kpm config slack commandPrefix "!"

Tokens can be issued from here https://slack.com/apps/A0F7YS25R-bots
You will need to give the bot a user name. Invite the bot to channels which you want it to respond to commands in.

Running

To run Slack, either run node main.js slack when starting Concierge or run /kpm start slack when Concierge is running.