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
- Host: GitHub
- URL: https://github.com/marselester/slack-bender
- Owner: marselester
- Created: 2015-04-13T13:46:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T09:42:20.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T00:42:45.564Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"