2025-03-19 13:54:27 +01:00
2024-10-05 22:47:04 +02:00
2024-10-05 22:04:08 +02:00
2025-03-19 13:54:27 +01:00

minecraft-heatmap

What the player doin?

What is this?

This project is meant to visualize the login history of our minecraft server. It does this by:

  1. Regularly scanning through all the minecraft logs for login and logout messages.
  2. Calculating the intervals (as well as filtering invalid login/logout spans)
  3. Putting them into an sqlite database
  4. Fetching the data from the database, and displaying them on a website.

It's intended to mimick the github contribution heatmap:

Description
What the player doin?
Readme AGPL-3.0 46 KiB
Languages
Python 100%