# README
lost_ark_server_status
Gets changes in the statuses of the Lost Ark servers by scraping the official site. Posts changes to a given Discord Webhook.
Config file
Key | Default | Description |
---|---|---|
webhook_url | N/A (required) | The Webhook URL to send status changes to |
wait_between_requests | 30000000000 (30s) | The time in nanoseconds to wait between requests |
log_level | info | Logging level (see golog) |
filter | [] | Which servers to post the changes of to Discord. List of strings for exact server names (e.g. ["Mari", "Valtan"]). |
# Functions
No description provided by the author