Ecosyste.ms: Awesome
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: 10 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T10:54:22.000Z (over 8 years ago)
- Last Synced: 2024-11-15T15:47:52.338Z (2 months ago)
- Topics: ocaml, slack
- Language: OCaml
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- 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'