vampireneo / SlackAPI

Large portion of the heavy lifting done. WebSocket interaction needs to be refactored to a non-hackish state. Excluding the WebSocket, this is mostly stable and I've encountered very few bugs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

SlackAPI

This is a third party implementation of Slack's API written in C#. This supports their WebAPI aswell as their Real Time Messaging API.

Examples

Some examples can be found on the Wiki: https://github.com/Inumedia/SlackAPI/wiki/Examples

Issues and Bugs

Please log an issue if you find any bugs or think something isn't correct.

Getting in touch

I have a Slack setup for personal projects with a few friends, this includes this Github and a few others as public channels. If you want access, shoot me a quick email inumedia@inumedia.net.

Committer access

Want committer access? Feel like I'm too lazy to keep up with Slack's ever changing API? Want a bug fixed but don't want to log an issue for it?

Create some pull requests, give me a reason to give you access.

Creating NuGet package

Example:

nuget pack SlackAPI.csproj -version 1.2.3

About

Large portion of the heavy lifting done. WebSocket interaction needs to be refactored to a non-hackish state. Excluding the WebSocket, this is mostly stable and I've encountered very few bugs.

License:MIT License


Languages

Language:C# 97.7%Language:PowerShell 2.3%