Parses the New World Server Status page and will sent a message to a defined Discord channel (Webhook) if server status changes.
If using the github actions files, the check will run every 5 minutes.
- Localized in German
- Add maintenance Status
- python
- pip
pip install -r requirements.txt
Update the Discord webhook URL variable in server_status.py to post to that channel or create a ENVIRONMENT variable named WEBHOOK_URL.
Schedule script to run every x minutes (cron) or use github actions. (If using github actions you need to create a actions secret secrets.WEBHOOK_URL
)
python3 server_status.py
The scripts in this repository fetches data from the official New World website. So this mechanism can break any time without any notice if Amazon Game Studios make any structure change on their server status page.