A Python bot that monitors and logs the player count of a DayZ server every 5 minutes.
- Lightweight
- Queries DayZ server every 5 minutes
- Configurable settings via
.env
file
Edit the .env
file in the root directory:
SERVER_IP=your.dayz.server..query.ip
SERVER_PORT=2302
DISCORD_TOKEN = fa676fa6yayyd62
pip install -r requirements.txt
Python bot.py