Skip to content

JPBlancoDB/slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

Releases

No releases published

Packages

No packages published

Languages