Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linjmeyer/googlephotosbackup
A tool for continuously backing up your Google Photos locally
https://github.com/linjmeyer/googlephotosbackup
Last synced: about 1 month ago
JSON representation
A tool for continuously backing up your Google Photos locally
- Host: GitHub
- URL: https://github.com/linjmeyer/googlephotosbackup
- Owner: linjmeyer
- Created: 2023-03-26T15:32:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T15:40:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T16:45:24.820Z (3 months ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Photos Backup
A tool for continuously downloading your Google Photos library locally for backup.
### Development
#### appsettings.development.json
```json
{
"Google": {
"ClientId": "",
"ClientSecret": ""
}
}
```