Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 546 Bytes

Errbot Slack Bolt Test

Simple demo app using Errbot Slack Bolt Backend.

Getting started

  1. Create a Slack App as defined in manifest.yml

  2. Install dependencies: pip install -r requirements.txt

  3. Create an .env file with the following variables:

SLACK_APP_TOKEN=<slack-app-token>
SLACK_BOT_TOKEN=<slack-bot-token>
SLACK_ADMINS=@slack_handle
  1. Start errbot: errbot

  2. Create a channel, invite Errbot Bolt Test and enter: "!help" or "!tryme"