flickr 2 pd script

Submitted by marius on Mon, 2007-03-26 02:34.

This is an inofficial release of a flickr to pd python script. Main purpose of the release is to ask people for some help.
If you want to work on the script, you're welcome. (first, if you want to test the script you have to get a flickr api key from www.flickr.com/services/api)

These are the problems I am working on:

  1. I don't know how to set variables so that they are accessable from each method within a class. (where) do I have to declare them?
  2. I don't know how to handle unicode error messages in titles. I think some titles are utf-16 or whatever. atm I commented titles out.
  3. I also don't know (sorry, my python is still bad) how to parse the whole output of the responses directly into pd in readeable format. (for examples lists)
  4. Someone knows a site where I can learn about error handling???

FlickrClient.py is written by Michele Campeotto and xmltramp.py is written by Aaron Swartz.
todo:
My goal is to make this more universal to access all functions directly from within Pd.

AttachmentSize
pdflickr.zip7.19 KB
Submitted by marius on Mon, 2007-03-26 02:34.
marius's blog