Skip to content

Commit

Permalink
docs: credits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecavestro committed Jun 1, 2024
1 parent ffa753c commit 2639323
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-gphotos-cdp

A container image based on [gphotos-cdp](https://github.com/perkeep/gphotos-cdp) and [chromedp/headless-shell](https://github.com/chromedp/docker-headless-shell) to download items from Google Photos with their original geo-location attributes.
A container image based on [gphotos-cdp](https://github.com/perkeep/gphotos-cdp) and [chromedp/headless-shell](https://github.com/chromedp/docker-headless-shell) to download items from Google Photos with their original geo-location attributes, at original quality.


# Example usage
Expand All @@ -21,7 +21,8 @@ Close the browser: the folder you chose is enough to open a headless browser and

## Configure docker compose

Launch the container mounting the profile folder and the directory where you want to
Launch the container mounting the profile folder and the directory where
you want to download your stuff

```compose.yml
---
Expand All @@ -43,9 +44,13 @@ services:
```


# Schedule with crontab
# Schedule from your host crontab

Configure it so that running `crontab -l` reveals:
```bash
0 20 * * * docker compose --project-name gphotos_family -f /path/to/gphotos/compose.yml up -d
```
```

# Credits

Heavily inspired by https://github.com/JakeWharton/docker-gphotos-sync.

0 comments on commit 2639323

Please sign in to comment.