- Simple Guild Wars 2 API wrapper support
- Welcoming of new joinees
Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email.
The bot is designed to run inside of a Docker container, with the scripts dependencies installed during container build. Build is tested and confirmed working under Docker version 20.10.17 build 100c701
Clone repository
git clone git@github.com:Phloot/omen-bot.git
Build Docker image
docker build omen-bot -t .
Spawn Docker container
docker run omen-bot --discord_token TOKEN_HERE
- Whenever a new tag is pushed following the format
v*.*.*
, the Docker CI workflow is triggered - The Docker build is run on a self hosted GitHub runner
- Assuming the build is successful, the image is pushed to Dockerhub using the same tag as GitHub
MIT