Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
/ takeout-inspector Public archive

Parse and inspect data from Google Takeout exports.

License

Notifications You must be signed in to change notification settings

cdubz/takeout-inspector

Repository files navigation

Takeout Inspector

Parse and inspect data from Google Takeout exports.

Prerequisites

Python Requirements

Google Takeout Files

In order to do anything with Takeout Inspector, you will need some exported data from Google Takeout. To get these files:

  1. Navigate to Google Takeout and log in if necessary.
  2. Enable the data you want to export (see Supported Data Types) under the Select data to include heading.
  3. Click Next.
  4. Set the File type and Delivery method as desired.
  5. Click Create archive.
  6. Wait! It will take a while for the data to arrive.

Particularly large Mail archives may take a very long time to process.

Installation

  1. Download and unpack the latest version.
  2. Run pip install -r requirements.txt from the unpacked folder.
  3. Copy ./settings.defaults.cfg to ./settings.cfg.
  4. Modify ./settings.cfg to your liking (most importantly, provide data file paths).
  5. Tinker with and run ./example.py!

Supported Data Types

  • Chrome Browser History
  • Hangouts
  • Location History
  • Mail

About

Parse and inspect data from Google Takeout exports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages