Saturday, April 01, 2006

First Project: WoW and Flickr

So, now that I have established that I want to do something with WoW and some other part of the web, I just have to find out what exactly I want to do. And, after looking around a bit, I think a fairly easy start would be to do something with WoW and the photo site Flickr.

So what's the plan? In WoW, the player can take screenshots of their avatar's adventures. Naturally, such pictures can be then be uploaded to Flickr (I already do that: check out this link for pictures tagged "wow"). Now, because Blizzard were so nice as to allow their community to easily build add-ons to World of Warcraft using some XML and the LUA scripting language, it is quite easy to log a lot of stuff while someone is playing the game. E.g., as the world of Warcraft is divided up into lots of geographical zones, it is possible to record where a player travelled, and when. If one combines this information with the timestamps on the screenshots the player takes on the way, it would be possible to produce a nice looking picture diary. And finally, because flickr offers a very nice API and fabolous documentation on how to use it, I can build all this on top of flickr.

Before I go out to have a pint, lets quickly sum up what we need:

  1. Logging the player's movements. We need to be notified where a player goes and when, and we need to write this to some file, so we can work with it later.
  2. Timestamps on screenshots. We need to make sure that the timestamps on the screenshots (basically the creation date of the file) are kept intact when they are transferred to flickr.
  3. flickr support for timestamps. Of course, the flickr API has to support us when we want to query for pictures by timestamp.

Tomorrow I will check if all this is possible, and how exactly it could be done.

0 Comments:

Post a Comment

<< Home