A straightforward library to access the Flickr API with support for authentication.
Requirements
- Python 2.3.5+
- simplejson for the default JSON backend http://undefined.org/python/#simplejson
- Valid API and secret keys (you can apply for one here: http://www.flickr.com/services/api/keys/apply/)
Installation
$ easy_install flickyou
- OR -
Get the latest version from http://code.google.com/p/flickyou/downloads/list, unpack it, go inside the new directory and type the following in the shell:
$ python setup.py install
Documentation
See http://code.google.com/p/flickyou/wiki/Usage to learn how to use the library and http://svn.oluyede.org/projects/flickyou/trunk/doc/api/index.html for the API doc. There's also a FAQ: http://code.google.com/p/flickyou/wiki/Faq.
Subversion access
The repository is here: http://svn.oluyede.org/projects/flickyou/trunk/