discord bot for wanderer mapper
9.6K
Wanderer Notifier is a lightweight, real-time notification service for Discord. It aggregates and enriches in-game event data from ESI, zKillboard, and your wanderer map API
Download the Docker Image
Pull the latest image:
docker pull guarzo/wanderer-notifier:v1
Configure Your Environment
Create a .env file with your settings (replace placeholder values with your actual credentials):
# .env file
DISCORD_BOT_TOKEN=your_discord_bot_token
DISCORD_CHANNEL_ID=your_discord_channel_id
MAP_URL=https://your.map.url
MAP_NAME=your_map_slug
MAP_TOKEN=your_map_api_token
ZKILL_BASE_URL=https://zkillboard.com
ESI_BASE_URL=https://esi.evetech.net/latest
Set Up Docker Compose
Create a docker-compose.yml file:
version: "3.8"
services:
wanderer-notifier:
image: guarzo/wanderer-notifier:v1
env_file: .env
restart: always
ports:
- "4000:4000"
Start the Service
Run the following command in your project directory:
docker-compose up -d
WandererNotifier monitors key in-game events and sends you notifications:
Stay informed with timely, filtered notifications that focus on what matters most.
Content type
Image
Digest
sha256:ca3da2a35…
Size
66.1 MB
Last updated
5 months ago
docker pull guarzo/wanderer-notifier