Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simsor/takeout-browser
Web gallery to browse a Google Photos extract using Takeout
https://github.com/simsor/takeout-browser
Last synced: about 1 month ago
JSON representation
Web gallery to browse a Google Photos extract using Takeout
- Host: GitHub
- URL: https://github.com/simsor/takeout-browser
- Owner: simsor
- Created: 2021-12-24T14:23:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T13:27:13.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:00:35.863Z (4 months ago)
- Language: JavaScript
- Size: 350 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - simsor/takeout-browser - Web gallery to browse a Google Photos extract using Takeout (JavaScript)
README
# takeout-browser
## Description
Takeout-Browser is a Go web-based application to browse the contents of a [Google Takeout](https://takeout.google.com/) export. For now, the following features are fully implemented:
- None
The following features are being worked on:
- Google Photos gallery
The following features are in the backlog:
- Google Drive browser
- Hangouts viewer
- Keep viewer## Usage
This app requires a Google Takeout archive containing a Google Photos extract. You can follow [this tutorial](https://support.google.com/accounts/answer/9666875).
Then, extract the archive somewhere and specify the path to the `Takeout` folder when running the app:
```
$ ./takeout-browser -folder /path/to/Takeout
```Then, head on to http://127.0.0.1:8080 to browse your pictures.
## Building
Requires Go 1.17.2 or newer.
```
$ go build -o takeout-browser cmd/main.go
```