werewolf-slack 0.4.0.0 → 1.0.0.0
raw patch · 3 files changed
+14/−8 lines, 3 filesdep ~werewolf
Dependency ranges changed: werewolf
Files
- CHANGELOG.md +6/−0
- README.md +7/−7
- werewolf-slack.cabal +1/−1
CHANGELOG.md view
@@ -2,6 +2,12 @@ ### Upcoming +### v1.0.0.0++*Major*++* Initial stable release!+ ### v0.4.0.0 *Major*
README.md view
@@ -1,6 +1,6 @@ # werewolf-slack -[](http://www.repostatus.org/#wip)+[](http://www.repostatus.org/#active) [](https://travis-ci.org/hjwylde/werewolf-slack) [](https://github.com/hjwylde/werewolf-slack/releases/latest) [](https://www.stackage.org/lts/package/werewolf-slack)@@ -31,14 +31,14 @@ #### Preparing Slack -Set up an Incoming WebHook [here](https://my.slack.com/services/new/incoming-webhook/).-Make note of the *access token*, we'll be using that soon.+Set up an Incoming Webhook [here](https://my.slack.com/services/new/incoming-webhook/).+Make note of the *webhook url*, we'll be using that soon. Set up a Slash Command (`/werewolf` or similar) [here](https://my.slack.com/services/new/slash-commands/). The Slash Command should perform a GET request to the server werewolf-slack is going to be hosted on.-Make note of the *validation token* here too.+Make note of the *token* here too. #### Installing @@ -71,7 +71,7 @@ werewolf-slack is a simple web server that listens for events from the Slack Slash Command. After receiving an event werewolf-slack forwards it on to the werewolf game engine and uses the- Incoming WebHook to send back the response.+ Incoming Webhook to send back the response. Running werewolf-slack is easiest done using either [Docker](https://www.docker.com/) (recommended) or@@ -81,13 +81,13 @@ **With Docker:** ```bash-docker run -d -p 80:8080 hjwylde/werewolf-slack-docker -t ACCESS_TOKEN -v VALIDATION_TOKEN+docker run -d -p 80:8080 hjwylde/werewolf-slack-docker -v TOKEN -u WEBHOOK_URL ``` **With werewolf-slack:** ```bash-werewolf-slack -p 80 -t ACCESS_TOKEN -v VALIDATION_TOKEN &+werewolf-slack -p 80 -v TOKEN -u WEBHOOK_URL & ``` #### Configuration
werewolf-slack.cabal view
@@ -1,5 +1,5 @@ name: werewolf-slack-version: 0.4.0.0+version: 1.0.0.0 author: Henry J. Wylde maintainer: public@hjwylde.com