Allan Beaufour

Results 11 issues of Allan Beaufour

The current way of running the tests are deprecated, and we should switch to using `tox`

enhancement

A little behind here :) Branch at: https://github.com/beaufour/flickr-download/tree/python3 but we need a new flickr_api release: https://github.com/alexis-mignon/python-flickr-api/issues/109

enhancement

A better introduction to all the different command line arguments and some more examples would go a long way.

enhancement

The utility could have a feature where it would delete photos locally that has been deleted on Flickr to keep Flickr and the local download in sync. This is a...

enhancement

Github Actions can automatically publish on PyPi: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries

enhancement

They are mostly non-existent...

enhancement

Currently when downloading photosets, we do a `PhotoSet.getInfo()` and a `PhotoSet.getPhotos()`, and then for each photo a `Photo.getInfo()` and a `Photo.getSizes()`. If you call `PhotoSet.GetPhotos()` with a bunch of `extras`...

enhancement

Because it relies on the ancient https://github.com/joestump/python-oauth2 that relies on distutils which is deprecated in python 3.12

bug

With snoo 0.3.1, a password with `%` in it throws a ValueError. It's easily reproducible on first run (with the absence of a config file I assume). Just enter any...

bug

Right now it just silently moves on, which makes it hard to figure out why all your extensions are not registered.