Things you'll need:
- A Twilio account and phone number
- A server with internet access running docker and git
- Your sessionId cookie value from play.boardgamecore.net
- A phone that can receive SMS messages
To run:
- Clone the repo onto your server with
git clone [email protected]:nathanmadams/gamechecker.git
cd gamechecker
cp example-config.yaml config.yaml
- Edit
config.yaml
with your account information - Run
docker build -t gamechecker .
- Run
docker run -d --restart=always gamechecker
You can just run docker run gamechecker
to test it without running the container as a daemon.