Allan Beaufour
Allan Beaufour
The current way of running the tests are deprecated, and we should switch to using `tox`
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
A better introduction to all the different command line arguments and some more examples would go a long way.
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...
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
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`...
Because it relies on the ancient https://github.com/joestump/python-oauth2 that relies on distutils which is deprecated in python 3.12
`ValueError: invalid interpolation syntax in '%' at position 0` if you have a password with % in it
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...
Right now it just silently moves on, which makes it hard to figure out why all your extensions are not registered.