Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 382 Bytes

A chat bot sample for Slack with netcore.

Configuration

  1. Create the bot in Slack
  2. Go to OAuth & Permissions
  3. Copy the Bot User OAuth Access Token and paste it into the appsettings file:
  "SlackConfiguration": {
    "ApiUrl": "https://slack.com/api/",
    "BotToken": TOKEN
}