Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/gphotos-upload
CLI to manage photo upload to Google Photos
https://github.com/dtgoitia/gphotos-upload
Last synced: about 1 month ago
JSON representation
CLI to manage photo upload to Google Photos
- Host: GitHub
- URL: https://github.com/dtgoitia/gphotos-upload
- Owner: dtgoitia
- Created: 2018-12-22T21:01:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T19:38:17.000Z (about 3 years ago)
- Last Synced: 2024-10-28T13:55:27.881Z (3 months ago)
- Language: Python
- Size: 8.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick start
Scan dates:
```shell
gpy scan date path/to/file/or/dir
```Edit file metadata
```shell
gpy meta file path/to/file/or/dir
```## Install
Repository developed using Python 3.9.
```shell
make install
```Assumption: `exiftool` is already installed.