A Scala client for Slack's public API.
#Installation
You can get the Slack client from Maven central. The artifact is slack-client
and the group id is com.kifi
.
The current version is 0.2
. For example, if you are using sbt, just add this to your dependencies:
libraryDependencies += "com.kifi" % "slack-client" %% "0.2"
All classes are in in com.kifi.slack
.
See our engineer blog for more background: https://medium.com/kifi-engineering/open-sourcing-our-slack-client-for-scala-c21dae411c92