Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/octotep/racket-slack-api

Racket bindings for the Slack API
https://github.com/octotep/racket-slack-api

Last synced: about 2 months ago
JSON representation

Racket bindings for the Slack API

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 API

The Real-Time Messaging API is very underdeveloped and due for some changes