Skip to content

brb3/SlackDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackDotNet

.NET

Note: Currently this is very early and has limited functionality.

This library provides an interface for interacting with the Slack API. Currently this provides a WebhookMessage model for use in data binding to requests from Slack. Also, it provides the ability to post messages (and ephemeral messages) to slack.

Usage

  1. Add the latest version of the library to your project from NuGet.org
  2. In the ConfigureServices() method of your Startup.cs, call services.AddSlackDotNet() and pass in a SlackConfig object.
  3. Add ISlack to your constructor where you want to use the library.

About

C# Library for interacting with the Slack API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages