Allan Beaufour
Allan Beaufour
I'm not saying it's always evident how to use it :), but all the API does is map to the Flickr API found here: https://www.flickr.com/services/api/ But that said, it would...
Hi, sorry for the delay in getting back to you here. It looks like you are on Windows which I know next to nothing about, and that it fails to...
it's because https://github.com/alexis-mignon/python-flickr-api relies on https://github.com/joestump/python-oauth2 which is ancient, so it relies on distutils which is deprecated in 3.12 https://github.com/alexis-mignon/python-flickr-api/issues/138
I've never focused too much on the speed of download here, or downloading massive sets, so it's not surprising that it's not working super well :) Currently the logic is...
The slowness is a duplicate of #22 btw. So I'll keep track of it there. The intermittent API errors is a different challenge.
Thanks for the PR. I'll try to review properly quickly. The line length changes are a bit annoying though as it messes with the git history. I just added the...
I fixed the line lengths, typos and warnings. But there are a few issues with the PR: * you end up downloading the file twice: Both `photo.save()` and `requests.get()` downloads...
Oh, good find. Yes, we should probably add an option to throttle requests
@dependabot merge On Sun, Aug 25, 2024 at 9:27 PM dependabot[bot] ***@***.***> wrote: > Bumps pathvalidate from 3.2.0 > to 3.2.1. > Release notes > > *Sourced from pathvalidate's releases...
@dependabot rebase