JPBlancoDB / slack-bot

Slack Bot with C# netcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

Slack Bot with C# netcore

License:MIT License


Languages

Language:C# 100.0%