Skip to content

Instantly share code, notes, and snippets.

@igelado
igelado / photos.py
Created October 7, 2019 18:02
Python Script to Migrate Photos between Google Accounts
# You need to create a new project @ https://console.developers.google.com
# In the new project enable the Google Photos API
# And create a new OAuth2 credentials (you will need to setup a redirection page for this).
# Download the the new OAuth2 credentials as JSON file (e.g., migration.json)
# Start the migration process executing:
# $ python3 photos.py --fetch migration.json
# If the migration process fails (which it is quite likely to), you can restart it running:
# $ python3 photos.py migration.json
import argpase