A new version of the Python FlickrAPI has been released. You can download or upgrade it using pip3 install -U flickrapi.
Changes are:
Include README.md and CHANGELOG.md in the package data.
Python FlickrAPI library version 2.0 has been released, and can be downloaded from the Python Package Index with more info at my FlickrAPI page.
The major change is that the “new” OAuth-based authentication is used.
Python FlickrAPI library version 1.4.4 has been released, and can be downloaded from https://pypi.python.org/pypi/flickrapi with more info at https://stuvel.eu/flickrapi
The changes are:
Changed default API URL to use HTTPS (Joseph Hui).
This summer Flickr will stop supporting their old authentication system and move fully to OAuth. I’ve gotten several questions about whether Python FlickrAPI will support that. No worries, it will. If you want it fast, clone the repository, implement OAuth (don’t forget the unittests) and send me a pull request.
The Python FlickrAPI kit has just been released. The new features are:
Using auth_callback=False when authentication is actually required now ises a FlickrError exception. The implementation uses self.flickr_host so that subclasses can override e API URLs.
Today I released version 1.3 of the Python Flickr API. It’s clear that I’ve been busy with my study and my work, as the world hasn’t seen a release in nearly a year.
Today I released the Python Flickr API version 1.2. Originally the Python interface was made by Beej, and since it’s seen many an improvement. Here’s what’s new in this version: