Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.84 KB

File metadata and controls

28 lines (16 loc) · 1.84 KB

ANEURISM IV Rot Tracker Webhook

image

This is a webhook app designed for Discord that posts when official servers reset via rot.

It does this by querying each official server with Steam a2s queries, storing their names, and reporting when the names change.

Usage

Downloads below

Downloads AMD64 i386 ARM64 ARM32
Windows
Linux

Replace the text in webhook.txt with your webhook URL

Operational abnormalities will be reported to STDOUT, but the program will continue running if it can

Tip: Running setsid ./rot-tracker-webhook.x86_64 > ./rot.log 2>&1 < /dev/null & on Linux will run the program as a background process and output logs to ./rot.log

Building

Built with Go 1.24.4, it will likely work with later versions

Run go build