bot for posting magic cards to slack
Magicbot vendors its dependencies (with dep), so it shouldn't require any external commands to install. Simply checkout the repo and run:
$ go install
Magicbot comes with a Docker image as well, which can be built with:
$ docker build -t magicbot .
In the future these images may be published to Docker Hub.