I used some of my spare time to program a tool that reads data of specific players from http://ut2004stats.epicgames.com/ and inserts them into a database.
The target is to create .png files to use as signature banners, something like the player banners of https://www.gametracker.com/ but with specific player data. This will be a tricky part since I have not yet done something like this before.
I am currently working on getting all the information of a player from 'ut2004stats' (not just specific ones like right now).
Furthermore I want to add rankings for all data types, e.g. leaders for vehicles.
The performance of the data-reading process is also improvable..
Perhaps the tool has to be divided into two parts in the future:
1. "Scanner" that permanently loops through the players to get their information and generates updated .png files on a server
2. "Presenter" that displays all data. This might be a website but I am not sure yet...
To me this is a "fun" project which I don´t know if I will ever finish it or if it ever will be useful to someone
Let me know what you guys think!
