Skip to content

Tag Archives: flickyou

flickyou

I began writing this library months ago because I needed it in a project. At that time there was a bunch of libraries all quite useless for us. One didn’t really work, another didn’t support authentication, another was incomplete so I started this library that, in the end, we didn’t use because Flickr ceased to [...]

Boobylicious

While testing my own Flickr library I soon discovered this: [code lang="python"] c = FlickrClient(API_KEY, SECRET_KEY) c.authenticate() print c.groups_search(text="boobs")['groups']['total'] 2979 [/code]