/slackbot

slackbot for pooltoy

Primary LanguageGoApache License 2.0Apache-2.0

slackbot

slackbot for pooltoy

Instructions

Make a file .env , add the following:

export VERIFICATION_TOKEN=<YOUR_VERIFICATION_TOKEN>
export PORT=8080

then source .env

and start with go run main.go.