/slack-bot

Slack Bot with C# netcore

Primary LanguageC#MIT LicenseMIT

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
}