Some statistics and graphs of your LBP levels...
OK, so lbp.me is cool. It lets you view the plays and ratings of your LBP levels on the web. But it only shows a snapshot of these numbers at the time you view the page, and I was interested in seeing some more detailed stats and their trends over time.
So I wrote a quick program to grab the numbers from lbp.me level pages and log them to a .csv file so I could graph the results. The graphs turned out to be pretty cool, so I figured other people might be interested in using it for their own levels as well. So I cleaned it up and turned it into a little system tray application, and here is the result.
LBP Level Logger: http://code.google.com/p/lbplevellogger/
It's available for Windows and *nix, and may build for other platforms with small changes to the code (if anyone wants to get it working on another platform and submit a patch, drop me a line).
You run it, punch in your level details and it will regularly log the level's stats from lbp.me to a CSV file. You can then hit the Graph button to view a graph of your level's vital statistics. Leave the app logging for some time and you can end up with interesting graphs like these (generated from one of my own levels):
http://s10.postimg.org/s63dis009/sample_graph_2.png
Anyway, that's it. A little more info is on the project page. Any thoughts/suggestions/problems, let me know. :)
Enjoy!