An open API service indexing awesome lists of open source software.

https://github.com/mpratt/google-photos-upload

Python script used to backup media files from one folder into albums in Google Photos
https://github.com/mpratt/google-photos-upload

Last synced: about 1 year ago
JSON representation

Python script used to backup media files from one folder into albums in Google Photos

Awesome Lists containing this project

README

          

# Google Photos Upload
Python script used to upload pictures to Google Photos.
It uploads the media and organizes the data in albums using the name
of the folder containing the data.

This script requires that you create Google Cloud Project and generate Oauth credentials.
You can start the process by going to [Google Cloud Project](https://console.cloud.google.com/)

# Installation
Download the source code, extract the data, go to the folder and run

`pip install -e .`

# Usage
```
google-photos-upload folder_with_media --credentials /path/to/credentials.json [options]

Options:

-h, --help output usage information
--timeout timeout for uploading a single file in seconds
--version prints version
```