GitHunt
SI

simsor/takeout-browser

Web gallery to browse a Google Photos extract using Takeout

takeout-browser

Description

Takeout-Browser is a Go web-based application to browse the contents of a Google Takeout 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.

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

Languages

JavaScript97.4%Go2.2%HTML0.4%

Contributors

Created December 24, 2021
Updated February 20, 2022
simsor/takeout-browser | GitHunt