A golang-based web app that parses minecraft server logs and provides information relevant to the server owner
Execution requires working installations of golang and python3
- Place server logs into
logs/directory.- Run
fix_filenames.pyto re-order the numbering on log-files. (For some reason its reverse-chronological by default)- Run
go run main.goto start the web server.- Navigate to localhost:8080 to view the page.