chatwork-scala

Circle CI

A chatwork client for scala.

Usage

  1. build.sbt
libraryDependencies += "net.cimadai" %% "chatwork-scala" % "1.0.1"
  1. Set environment variables.
val apiKey = "YOUR API KEY FOR CHATWORK"
val cli = new ChatworkClient(apiKey)
cli.me()
cli.postRoomMessage("SOME CHATROOM ID", "A MESSAGE")

License

The MIT License. See LICENSE file.