https://github.com/marselester/slack-bender
Slack bot which uses web socket API to print messages
https://github.com/marselester/slack-bender
Last synced: 12 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T09:42:20.000Z (almost 11 years ago)
- Last Synced: 2025-06-16T22:04:30.231Z (12 months ago)
- Language: Go
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- 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"