A simple Slack bot for notifications about the current WC2018 match.
It will notify about the start and end of a match, yellow and red cards, half times and, naturally, goals.
make deps
. To download all the dependencies.make build
. An x64 executable is created in the bin/ directory.
Adjust the target according to your runtime architecture.WC2018_SLACK_TOKEN=<your-token> WC2018_SLACK_CHANNEL=<your-channel> ./wc2018-slack-bot