https://github.com/nshttpd/slack-tableflip
(╯°□°)╯︵ ┻━┻
https://github.com/nshttpd/slack-tableflip
Last synced: 23 days ago
JSON representation
(╯°□°)╯︵ ┻━┻
- Host: GitHub
- URL: https://github.com/nshttpd/slack-tableflip
- Owner: nshttpd
- License: mit
- Created: 2017-02-22T17:06:45.000Z (over 9 years ago)
- Default Branch: trunk
- Last Pushed: 2026-05-21T01:23:32.000Z (26 days ago)
- Last Synced: 2026-05-21T06:46:53.990Z (26 days ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-tableflip
(╯°□°)╯︵ ┻━┻
`/tableflip` for slack.
## Usage
`/tableflip`
(╯°□°)╯︵ ┻━┻
`/tableflip foobar`
(╯°□°)╯︵ ɹɐqooɟ

## Setup
### Slash Command
Create a Slash Command called /tableflip, set the method to POST and point the
URL to:
https://your-slack-tableflip-instance.example.com/tableflip
The rest of the options are up to you.
### Webhook
Create a new Incoming Webhook. You can pick any channel to post to -- this
will be overridden with the channel/DM chat from which the command is used.
Likewise, the icon you select will be overridden with the :rage1: emoji. If
you'd like to disable this, use the `-norage` option.
Give your Webhook a name. I recommend "Table Flip Bot". :)
### Server
Run the slack-tableflip server with your Slack Command token and your
Webhook URL:
`$ node server.js --token= --webhook=`