Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.42 KB

UEFA slack bot

Go

A simple tool that check update on match and send you a slack message.

Feedback

If you have any feedback, please reach me on twitter

Dependencies

You need a slack Webhook URL, you can follow the slack guide to create an app

Installation (standalone)

Fetch you binary from the latest release

Installation (with go)

First install Go.

If you just want to install the binary to your current directory and don't care about the source code, run

GOBIN=$(pwd) GOPATH=$(mktemp -d) go get github.com/sviande/uefaBot

Run

Monitor all UEFA matches

  WEBHOOK_URL=https://hooks.slack.com/service/XXXXXXXX/XXXXXX uefaBot

Monitor EURO 2021

  WEBHOOK_URL=https://hooks.slack.com/service/XXXXXXXX/XXXXXX uefaBot -competionId=3

Preview

Screen Shot 2021-06-10 at 13 24 28 Screen Shot 2021-06-10 at 13 25 27

License

MIT