Simple demo app using Errbot Slack Bolt Backend.
-
Create a Slack App as defined in manifest.yml
-
Install dependencies:
pip install -r requirements.txt
-
Create an
.env
file with the following variables:
SLACK_APP_TOKEN=<slack-app-token>
SLACK_BOT_TOKEN=<slack-bot-token>
SLACK_ADMINS=@slack_handle
-
Start errbot:
errbot
-
Create a channel, invite
Errbot Bolt Test
and enter: "!help" or "!tryme"