/xkcd-bot

💬 Discord bot to post your favourite xkcd comics

Primary LanguagePythonMIT LicenseMIT

xkcd Discord Bot

Sends a daily xkcd comic to a channel of your choice, or you can ask it for a comic.

Docker Image CI

Deploying to Google Compute Engine

Setup

docker build -t xkcd-bot .
cp example.env .env

Make sure to fill the .env file with the required fields

Run

docker run --name xkcd-bot --env-file .env -d xkcd-bot

Alternatively build and run with docker-compose:

docker-compose build
docker-compose up -d
docker-compose logs -f