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:
- Regularly scanning through all the minecraft logs for login and logout messages.
- Calculating the intervals (as well as filtering invalid login/logout spans)
- Putting them into an sqlite database
- Fetching the data from the database, and displaying them on a website.
It's intended to mimick the github contribution heatmap:
Languages
Python
100%