Skip to content

A simple library to quickly write slack bots using the RTM API

License

Notifications You must be signed in to change notification settings

Geod24/slacklib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slacklib

Simple Vibe.d based library to write Slack bots using the RTM API. Slack also offers the Events API which this does not support.

Dependency

This library is not registered on code.dlang.org. Instead, clone is as a submodule:

mkdir submodules
git submodule add --name slacklib https://github.com/Geod24/slacklib.git submodules/slacklib

Add the following to your dub.json's dependencies:

"slacklib:lib": { "path": "submodules/slacklib" }

Or for dub.sdl:

dependency "slacklib:lib" path="submodules/slacklib"

You might also need to add the VibeDefaultMain version if you follow the example.

Usage

See the usage example. For the credentials to use, see this article.

About

A simple library to quickly write slack bots using the RTM API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages