Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkazuo/slack_rtm

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

ocaml slack

Last synced: 10 days 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'