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

https://github.com/marselester/slack-bender

Slack bot which uses web socket API to print messages
https://github.com/marselester/slack-bender

Last synced: about 1 month ago
JSON representation

Slack bot which uses web socket API to print messages

Awesome Lists containing this project

README

        

# Slack Bender

It's a bot that uses [Slack Real Time Messaging API](https://api.slack.com/rtm)
to print received messages.

$ go get golang.org/x/net/websocket
$ go build
$ ./slack-bender -token="YourToken"