Inspired by Shraaag's
blog I embarked on a little FUMBBL API exploration. Python is a language I like to mess around with, so I created a script to create league leader tables. You can see the results on the
Three Die Block league.
So, my question is this. One, would anyone like a copy of the script? It's designed to run on your computer (if you have Python 3.3 installed), not on a website. Also, I don't do a lot of error checking because it's just a personal script that I can run again if it times out (I actually haven't had any problems with that yet).
I'm fairly happy with the script as is, it does what I want for the league and I don't plan to change it much. However, if there's a lot of demand, I may modify it. For example, right now it downloads all the player icon information every time it's run. If lots of people want it, I may make it generate an XML file with all the information which could be read later.