For couple of weeks I have been coding Gamingstats. It is simple website/webapp that collects information from users steam profile daily and then generates statistics for user. Collecting and generating stats all happens on the servers background cron script, so user just needs to enter his/her steamcommunity url.
Because some users have lots of games (100+) It creates lots of data to database. (Played time for every game, every day = lots of data) And because it generates lots of data, I have created steamgroup. To enable time tracking for games, you need to join to the steamgroup. This way I can control growth of the database.
Project is still in beta and there can be some bugs. I may add some more stuff to it in future, like better layout/design and forums signature system, but now I just want to make sure it works.
System doesn’t currently work with the steamcommunity profile id’s (eg 76561197974577294), but it works well with the custom profile urls.






