Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gphotosuploader/gphotos-uploader-cli
Command line tool to mass upload media folders to your google photos account(s) (Mac OS / Linux)
https://github.com/gphotosuploader/gphotos-uploader-cli
cli golang-library google-photos google-photos-albums google-photos-backup google-photos-cli hacktoberfest upload uploader
Last synced: 12 days ago
JSON representation
Command line tool to mass upload media folders to your google photos account(s) (Mac OS / Linux)
- Host: GitHub
- URL: https://github.com/gphotosuploader/gphotos-uploader-cli
- Owner: gphotosuploader
- License: mit
- Created: 2018-07-27T23:07:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:59:26.000Z (27 days ago)
- Last Synced: 2024-10-17T22:27:57.948Z (25 days ago)
- Topics: cli, golang-library, google-photos, google-photos-albums, google-photos-backup, google-photos-cli, hacktoberfest, upload, uploader
- Language: Go
- Homepage: https://gphotosuploader.github.io/gphotos-uploader-cli/
- Size: 4.27 MB
- Stars: 677
- Watchers: 22
- Forks: 78
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![logo](docs/images/gphotos-uploader-cli-logo.png)
Tool to mass upload media folders to your Google Photos account and manage it using a CLI.
[![codebeat badge](https://codebeat.co/badges/534fbb3c-03fd-4cf1-882c-1d7389c32ab6)](https://codebeat.co/projects/github-com-gphotosuploader-gphotos-uploader-cli-main)
[![codecov](https://codecov.io/gh/gphotosuploader/gphotos-uploader-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/gphotosuploader/gphotos-uploader-cli)
[![GitHub release](https://img.shields.io/github/release/gphotosuploader/gphotos-uploader-cli.svg)](https://github.com/gphotosuploader/gphotos-uploader-cli/releases/latest)
[![GitHub](https://img.shields.io/github/license/gphotosuploader/gphotos-uploader-cli.svg)](LICENSE)# Google Photos uploader CLI
While the official tool only supports macOS and Windows, this brings an uploader to Linux too. Lets you upload photos from, in theory, any OS for which you can compile a Go program.
See the [documentation site](https://gphotosuploader.github.io/gphotos-uploader-cli) for more information about this CLI.
# Contributing
Help us make `gphotos-uploader-cli` the best tool for uploading your local pictures to Google Photos.## Reporting Issues
If you find a bug while working with `gphotos-uploader-cli`, please [open an issue on GitHub](https://github.com/gphotosuploader/gphotos-uploader-cli/issues/new?assignees=pacoorozco&labels=bug&template=bug_report.md) and let us know what went wrong. We will try to fix it as quickly as we can.## Feedback & Feature Requests
You are more than welcome to open issues in this project to:- [give feedback](https://github.com/gphotosuploader/gphotos-uploader-cli/issues/new?title=Feedback:)
- [suggest new features](https://github.com/gphotosuploader/gphotos-uploader-cli/issues/new?labels=feature+request&template=feature_request.md)## Contributing Code
This project is mainly written in Golang. If you want to contribute code, see [Contributing guide lines](CONTRIBUTING.md) for more information.# License
Use of this source code is governed by an MIT-style license that can be found in the LICENSE [MIT](LICENSE) file.