πŸ“¦ sorend / keepmyphotos

Simple backup utility for Flickr

β˜… 0 stars β‘‚ 0 forks πŸ‘ 0 watching
πŸ“₯ Clone https://github.com/sorend/keepmyphotos.git
HTTPS git clone https://github.com/sorend/keepmyphotos.git
SSH git clone git@github.com:sorend/keepmyphotos.git
CLI gh repo clone sorend/keepmyphotos
SΓΈren A D SΓΈren A D Merge pull request #2 from sorend/dependabot/add-v2-config-file ff3ab0e 4 years ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ .github
πŸ“„ .gitignore
πŸ“„ .python-version
πŸ“„ keepmyphotos.py
πŸ“„ README.md
πŸ“„ requirements.txt
πŸ“„ README.md

KeepMyPhotos ============

Keep My Photos is a simple Flickr backup application. It will download your photos into a specified folder, while maintaining the Flickr filename.

Files are put into folders according to their set memberships.

Running


The recommended way is to use virtualenv and pip. Please see virtualenv documentation for installing it.

virtualenv venv . venv/bin/activate pip install -r requirements.txt ./keepmyphotos.py -u http://www.flickr.com/photos/mine -d ~/backup

The first time, a browser window will be opened where you can authorize KeepMyPhotos to allow to see your pictures.

Usage


Run with -h argument to see all arguments:

./keepmyphotos.py -h usage: keepmyphotos.py [-h] [-u URL] -d DIR [-i ID] [-o] [-N]

Keep My Photos for backup of flickr photos

optional arguments: -h, --help show this help message and exit -u URL, --url URL The photos URL of the user eg. http://www.flickr.com/photos/keepmyphotos/ -d DIR, --dir DIR The directory where the backup resides -i ID, --id ID The flickr user ID eg 12345678@N01 -o, --original-only Fail if original photos are not available -N, --not-in-set-only Process "not in set" pictures only.

License


License is BSD-style.