https://github.com/josheverett/slack-tableflip
(╯°□°)╯︵ ┻━┻
https://github.com/josheverett/slack-tableflip
slack
Last synced: 2 months ago
JSON representation
(╯°□°)╯︵ ┻━┻
- Host: GitHub
- URL: https://github.com/josheverett/slack-tableflip
- Owner: josheverett
- License: mit
- Created: 2015-05-30T06:11:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T19:54:24.000Z (about 11 years ago)
- Last Synced: 2025-10-24T19:54:31.114Z (8 months ago)
- Topics: slack
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 23
- Watchers: 1
- Forks: 7
- 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=`