Code Monkey home page Code Monkey logo

google-photos-backup's Introduction

Google Photos Backup npm

Why?

Google recently closed Google Domain, which made me think about my photos. I have more than 10k photos on Google Photos, and I don't want to download them one by one.

Currently, the Google Photos API does not allow downloading photos in their original quality. Google Takeout is slow and manual, and it does not support incremental photo downloads.

So, I was looking for a solution to download all my photos in their original quality and incrementally. I found gphotos-cdp, but it has issues and has not been updated in 3 years. So, I decided to write my own.

How it works?

This project uses Playwright to open Google Photos in a headless browser. It then starts downloading all the images from the last image to the top. It also downloads images incrementally and sorts them in year and month folders. It also saves the progress in a .lastdone file. So, if you stop the download in between, you can start from where you left off.

Installation

To get started with this project, follow these steps:

Clone the repository:

git clone https://github.com/vikas5914/google-photos-backup

Install dependencies:

npm install
npx playwright install --with-deps chromium

Setup login session:

node setup.js

This will open a Chromium browser and ask you to log in to your Google Photos account. After logging in, either press ctrl+c or close the browser. This will save your login session in the session folder.

Create .lastdone file:

Create a .lastdone file in the root of the project. This file stores the starting point of the download.

touch .lastdone

Go to the Google Photos web app, scroll all the way to the bottom, find the last image, open it. Copy the resulting URL and then (you can use any text editor to edit this file):

echo -e "$URL" > .lastdone

Run the project:

node index.js

Run without headless mode:

node index.js --headless=false

Bugs

  • If an image has no EXIF data, it will be saved in the download/1970/1 folder.

Credits

perkeep/gphotos-cdp

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

google-photos-backup's People

Contributors

vikas5914 avatar

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.