Coder Social home page Coder Social logo

maizy / flickr-archive-extractor Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 89 KB

Tool for checking & extracting flickr archives.

License: Apache License 2.0

Python 100.00%
flickr takeout python python3 google-api google-photos google-photos-api

flickr-archive-extractor's Introduction

flickr archive extractor

Tool for checking & extracting flickr archives.

Requirements

  • python 3.5+

Usage

python3 flickr_archive_extractor.py --help
python3 flickr_archive_extractor.py action --help

Available actions:

  • check - check archive integrity, find missing items
  • upload-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.

How to upload archive to Google Photos

  • 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

License

Apache License 2.0

flickr-archive-extractor's People

Contributors

maizy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flickr-archive-extractor's Issues

upload to google photo

  • sqlite db for tracking upload progress
  • optional google api dep
    • auth
    • create album
    • upload photo
    • add photo to album
    • track app limits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.