Tool for checking & extracting flickr archives.
- python 3.5+
python3 flickr_archive_extractor.py --help
python3 flickr_archive_extractor.py action --help
Available actions:
check
- check archive integrity, find missing itemsupload-to-google-photo
- upload library to google photo. Because of API limits may require several days to complete. Upload progress will be stored on disk.
- install additional python requirements:
python3 -m pip install -r requirements-google-photo.txt
- create project and enable google photo API for user whom will be used to upload photos
- create consent screen
- fill Application name
- ignore other fields
- create credentials
- Which API are you using?: Photo Library API
- Where will you be calling the API from?: Other UI
- What data will you be accessing?: User data
- Name: any value, for ex.
flick-to-google-photo
- download credentials in json format
- see
python3 flickr_archive_extractor.py upload-to-google-photo --help
for more
Apache License 2.0