An open API service indexing awesome lists of open source software.

https://github.com/kkazuo/slack_rtm

Slack RTM for OCaml
https://github.com/kkazuo/slack_rtm

ocaml slack

Last synced: about 2 months ago
JSON representation

Slack RTM for OCaml

Awesome Lists containing this project

README

          

# Slack RTM Receiver

## Example

Receive all message from ```rtm.start```:

slack-rtm -token _your_token_

Show message text:

slack-rtm -token _your_token_ -type message | jq '.text'