You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,39 @@
1
1
# Google Photo CLI
2
2
3
-
GPhoto streamlines the photo uploading process and helps you keep your photo library organized. Say goodbye to manual photo uploads and hello to efficient photo management with
3
+
GPhoto streamlines the photo uploading process and helps you keep your photo library organized. Say goodbye to manual
4
+
photo uploads and hello to efficient photo management with
4
5
GPhoto.
5
6
6
7
## Features
7
8
8
-
-**No Duplicate Processing** - GPhoto uses a cache with keys based on hash files to ensure that the same files are not processed repeatedly, saving you time and storage.
9
-
-**No Duplicate Album Names** - GPhoto fetches album names from Google and compares them to ensure there are no duplicates, helping you keep your photo library organized and easy
9
+
-**No Duplicate Processing** - GPhoto uses a cache with keys based on hash files to ensure that the same files are not
10
+
processed repeatedly, saving you time and storage.
11
+
-**No Duplicate Album Names** - GPhoto fetches album names from Google and compares them to ensure there are no
12
+
duplicates, helping you keep your photo library organized and easy
10
13
to navigate.
11
-
-**Automatic Token Refresh** - GPhoto automatically refreshes the token if an error occurs during the photo upload process, ensuring a seamless and uninterrupted uploading
14
+
-**Automatic Token Refresh** - GPhoto automatically refreshes the token if an error occurs during the photo upload
15
+
process, ensuring a seamless and uninterrupted uploading
12
16
experience.
13
-
-**Secure Local Storage** - All authentication data and cache is securely stored locally to ensure your privacy and security. GPhoto does not collect any information from you.
17
+
-**Secure Local Storage** - All authentication data and cache is securely stored locally to ensure your privacy and
18
+
security. GPhoto does not collect any information from you.
14
19
15
20
## Installation
16
21
17
22
Please make sure you have the following requirements installed below:
18
23
19
24
- PHP 8.1 with curl, inotify, pcntl, and bcmatch extensions.
20
25
21
-
Download the latest release from the [releases page](https://github.com/OctopyID/GPhotoCLI/releases) or clone this repository.
26
+
Download the latest release from the [releases page](https://github.com/OctopyID/GPhotoCLI/releases) or clone this
27
+
repository.
22
28
23
29
> **Note**
24
30
>
25
31
> For now only tested on Linux environment.
26
32
27
33
## Usage
28
34
29
-
Before using this application, you need to create a Google Cloud Platform project and enable the Google Photos Library API and create
35
+
Before using this application, you need to create a Google Cloud Platform project and enable the Google Photos Library
36
+
API and create
30
37
a [OAuth 2.0 Client ID](https://developers.google.com/photos/library/guides/overview#authorization).
0 commit comments