python-flickr-api icon indicating copy to clipboard operation
python-flickr-api copied to clipboard

A python implementation of the Flickr API

Results 18 python-flickr-api issues
Sort by recently updated
recently updated
newest added

adding python type stubs (probably via a `pyi` file to retain the old python version compatibility) would be very helpful and a form of self-documentation for the api (#126)

I've been getting along just fine by reading the code, but it would be nice to have full api docs with e.g. sphinx

Hi, so I was trying to use this api to get images of a certain latitude and longitude coordinates, but `flickr_api.Place.findByLatLon` and passing a list of the coordinates to it...

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.12.0 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...

dependencies

In order to make it so you don't have to modify the library directory, it would be nice to change: In the keys.py file line 5: `from . import flickr_keys`...

I am trying to get the Photoset object of a specific Flickr Photoset. I do not see how to use the flickr_api to call a specific Photoset by its id....

I'm looking to get out so I will be using this to write an export script. Should I contribute that here to the samples?

Without a timeout the request for the save can hang indefinitely.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.24.2. Changelog *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.24.2 (2019-04-17) > ------------------- > > * Don't load system certificates by default when any other ``ca_certs``, ``ca_certs_dir``...

dependencies

Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/pyrogram/client/ext/dispatcher.py", line 180, in update_worker handler.callback(self.client, *args) File "/home/UB/PyroBot/pyrobot/modules/flickr.py", line 12, in flickr flickr_api.upload(photo_file="/home/UB/PyroBot/downloads/image.png", title="https://t.me/witzeposten_pictures") File "/usr/local/lib/python3.6/dist-packages/flickr_api/upload.py", line 112, in upload r = post(UPLOAD_URL,...