Giter Site home page Giter Site logo

phototools's Introduction

phototools

This repository contains tools for checking whether all of a set of local photos are present in a Google Photos library.

How to use

  1. Extract EXIF metadata from local files

    phototools metadata-local some-local-path -o local.json

  2. Extract metadata from Google Photos

    phototools metadata-google credentials.json -o google.json

The credentials.json file contains an OAuth token which gives access to the target Google Photos library. For details of how to set this up, see https://medium.com/@najeem/analyzing-my-google-photos-library-with-python-and-pandas-bcb746c2d0f2

  1. Compare the two libraries

    phototools check local.json google.json

The comparison is done based on the creation time of each photo. The output contains a line for each of the following cases:

?local <timestamp>
    More than one local photo had the same creation time

?google <timestamp>
    More that one Google photo had a creation time which matched a local photo

- <timestamp>
    The timestamp of a local photo was not found in the Google Photos library

Author

Gareth Stockwell [email protected]

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.