A chat bot sample for Slack with netcore.
- Create the bot in Slack
- Go to OAuth & Permissions
- Copy the Bot User OAuth Access Token and paste it into the appsettings file:
"SlackConfiguration": {
"ApiUrl": "https://slack.com/api/",
"BotToken": TOKEN
}