All Projects → Flimm → backup-all-my-flickr-photos

Flimm / backup-all-my-flickr-photos

Licence: other
Script to download all your Flickr photos and videos

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to backup-all-my-flickr-photos

keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (-18.75%)
Mutual labels:  flickr
flickrsavr
A preservation experiment to save photos from Flickr to your disk with the metadata embedded.
Stars: ✭ 17 (-46.87%)
Mutual labels:  flickr
flickr to google photos migration
A tool for migrating your photo library from Flickr to Google Photos
Stars: ✭ 39 (+21.88%)
Mutual labels:  flickr
hosts
自动生成 Hosts 文件,科学上网
Stars: ✭ 30 (-6.25%)
Mutual labels:  flickr
flickr scraper
Simple Flickr Image Scraper
Stars: ✭ 148 (+362.5%)
Mutual labels:  flickr
jekyll-flickr-photoset
A Jekyll plugin for embedding Flickr photosets
Stars: ✭ 40 (+25%)
Mutual labels:  flickr
flickr-uploader
Upload a directory of media to Flickr to use as a backup to your local storage
Stars: ✭ 38 (+18.75%)
Mutual labels:  flickr
flickr-photo-url
Download Flickr photos without API key.
Stars: ✭ 20 (-37.5%)
Mutual labels:  flickr
Gallery Dl
Command-line program to download image galleries and collections from several image hosting sites
Stars: ✭ 4,199 (+13021.88%)
Mutual labels:  flickr
app-flickrperson
PyBossa FlickrPerson Example App
Stars: ✭ 13 (-59.37%)
Mutual labels:  flickr
ai-image-fill
Simple Adobe Illustrator Panel to generate placeholder image content from Flickr or Unsplash
Stars: ✭ 30 (-6.25%)
Mutual labels:  flickr
public-information-map-template-js
An ArcGIS Online mapping template to showcase social media on a map for disaster response and public information.
Stars: ✭ 66 (+106.25%)
Mutual labels:  flickr
photo-screen-saver
A Chrome Extension providing a screen saver with custom photo sources. Developed with Polymer Web Components
Stars: ✭ 20 (-37.5%)
Mutual labels:  flickr

backup-all-my-flickr-photos

PyPI PyPI PyPI PyPI

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

Installation instructions:

pip3 install backup_all_my_flickr_photos

It is recommended to create a Python 3 environment with Virtualenv first.

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.

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/.

The files in the destination folder will be given an appropriate file extension and will be named with the name of the photo/movie (if it has a name), followed by an ID number. No other metadata is saved.

Options:

--delete:

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.

--albums:

In addition to downloading all the photos and videos, this will create a directory for each album in the destination directory. Each directory will contain symlinks to the photos and videos that that album contains. This option cannot be used on Windows, because Windows does not support symlinks.

--skip-errors or -s:

If an error occurs during the download of a photo or video, usually the script automatically retries the download a few times. If it still fails, then an error is printed and the script quits. Use this option if you want it to skip to the next photo or video.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].