Bot that can control the Casaplayer music device from Slack
Utilizes the nlopes/slack and inteliquent/casatunes Go libraries.
To create the inteliquent/casabot docker image, run the Makefile with:
make
The Docker image can then be run with:
export SLACK_TOKEN='xxx'
export CASA_ENDPOINT='yyy'
docker run -d -e $SLACK_TOKEN -e $CASA_ENDPOINT casabotFor Raspberry Pi (3), running the commands below will compile a docker image compatible with the Pi's ARM7 architecture:
make builddocker-armThis will create a docker image called inteliquent/arm-casabot. docker save and docker load can then be used to port the image to a Raspberry Pi.
From the office:
ssh pi@raspberrypi.local