Skip to main content

A script to download all photos and videos in your Flickr account

Project description

backup-all-my-flickr-photos

This scripts simply downloads all your Flickr photos and videos into a directory.

Installation instructions:

From Pypi

You can install the latest stable release like this:

pip install backup_all_my_flickr_photos --user # to install in the user directory ~/.local

If you want to install it globally, use this command:

sudo pip install backup_all_my_flickr_photos

Many people find it easiest to use Virtualenv.

From source

git clone https://github.com/Flimm/backup-all-my-flickr-photos.git
cd backup-all-my-flickr-photos
virtualenv env
source env/bin/activate
python setup.py develop # install dependencies and script
backup-all-my-flickr-photos --help

Run

backup-all-my-flickr-photos [--delete] <destination_directory>

This will download all the photos and videos in your account to the destination directory specified.

If you specified the --delete flag, it will also delete files in the destination directory that do not correspond to photos or videos in your Flickr account.

On the the first run, you will be prompted to provide an API key and secret, and to authorise the application. The script will guide you through this process. The information will get saved to ~/.config/backup-all-my-flickr-photos/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backup_all_my_flickr_photos-0.4.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page