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
- Host: GitHub
- URL: https://github.com/kkazuo/slack_rtm
- Owner: kkazuo
- Created: 2016-06-27T15:17:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T10:54:22.000Z (almost 10 years ago)
- Last Synced: 2025-07-04T13:24:58.478Z (12 months ago)
- Topics: ocaml, slack
- Language: OCaml
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'