Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octotep/racket-slack-api
Racket bindings for the Slack API
https://github.com/octotep/racket-slack-api
Last synced: 3 months ago
JSON representation
Racket bindings for the Slack API
- Host: GitHub
- URL: https://github.com/octotep/racket-slack-api
- Owner: octotep
- Created: 2015-12-04T17:01:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T08:24:36.000Z (over 5 years ago)
- Last Synced: 2024-05-23T04:48:34.647Z (6 months ago)
- Language: Racket
- Size: 4.88 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack API bindings for Racket
*This is a work in progress, and the interface is going to be changed*
This is a set of racket bindings to interact with the Slack API. Right now there are two parts:
1. webapi.rkt - This wraps all the Slack Web RPC calls
2. rtm.rkt - This wraps the Real-Time Messaging APIThe Real-Time Messaging API is very underdeveloped and due for some changes