A Discord bot that monitors Blizzard's CDN for new World of Warcraft client builds and posts updates directly to your Discord server.
- Monitors Blizzard CDN for new WoW client builds (Retail, PTR, Beta, Classic, etc.)
- Sends notifications via Discord Webhooks
docker run --env-file .env ghcr.io/0xunkn0wn/algalon@sha256:e8ddb9c7791eb98a19a0b86be60b27ad2f484617aa36360414352d4f34619141docker run \
-e INTERVAL_IN_SEC=10 \
-e WEBHOOK_URL="http://..." \
ghcr.io/0xunkn0wn/algalon@sha256:e8ddb9c7791eb98a19a0b86be60b27ad2f484617aa36360414352d4f34619141docker run -v $(pwd)/.env:/app/.env ghcr.io/0xunkn0wn/algalon@sha256:e8ddb9c7791eb98a19a0b86be60b27ad2f484617aa36360414352d4f34619141This project is a fork of Algalon by Ellypse.
All credit goes to the original author for creating the initial bot and its features.