Archives for: October 2009

Extracting WoW Achievements from the armory

October 14th, 2009
After playing around with the data formats from the armory (mainly the reputation and achievements sections) - it seems like the achievements are the least well defined. The achievements are grouped by categories as rendered by the menu on the left -… more »

Using PHP for reading the WoW Armory

October 14th, 2009
I've been playing around with extracting data from the WoW Armory. The main problem with reading from the armory is that if you don't specify the correct user agent the armory returns you some nicely formatted HTML. Which is fine for browsing - but if yo… more »