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
- Host: GitHub
- URL: https://github.com/mpratt/google-photos-upload
- Owner: mpratt
- Created: 2022-12-09T18:32:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T03:50:56.000Z (over 1 year ago)
- Last Synced: 2025-03-26T05:23:24.064Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```