Skip to main content
https://badge.fury.io/py/getl.svg http://img.shields.io/badge/license-MIT-yellow.svg?style=flat https://img.shields.io/badge/contact-Gregology-blue.svg?style=flat

Overview

Extracts, transforms, and loads your data from Google Takeout into an SQLite DB.

Installation

getl is available on PyPI

http://pypi.python.org/pypi/getl

Install via pip

$ pip install getl

Or via easy_install

$ easy_install getl

Or directly from getl’s git repo <https://github.com/gregology/getl>

$ git clone git://github.com/gregology/getl.git
$ cd getl
$ python setup.py install

Basic usage

Download your data with Google Takeout using the format JSON and unzip the file.

https://user-images.githubusercontent.com/1595448/46498508-a4bea680-c7eb-11e8-8ff7-b4a7870193ee.png

Currently only Location History works but I will implement more extractors shortly.

>>> from getl import Getl
>>> getl = Getl('path/to/unzipped/google/takeout/data')
>>> getl.load_location_history()
>>> getl.sql('SELECT COUNT(*) FROM locations')[0][0]
5000
>>> getl.sql('SELECT timestamp FROM locations LIMIT 5;')
[('2018-07-27 14:04:24',), ('2018-07-23 11:34:12',), ('2018-07-17 09:47:19',), ('2018-07-13 23:56:44',), ('2018-07-12 09:54:13',)]
>>> getl.save('foo.db') # Saves SQLite db to disk

Running Test

$ python tests/tests.py

Python compatibility

Requires Python 3.0 or greater

Release files for getl 0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for getl 0.3
File Size Uploaded
getl-0.3.tar.gz 3.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for getl 0.3
File Interpreter ABI Platform
getl-0.3-py3.7.egg Legacy Egg format - - Details

Total release size: 12.7 kB

Release files / getl-0.3.tar.gz

Download URL getl-0.3.tar.gz
Size 3.6 kB
Tags Source
SHA-256 checksum
How to use checksums
965b09137f5827e66a17f6b970b55ca7dc1f73d1b356668ea6ae8741249d3e74
BLAKE2b-256 checksum
How to use checksums
61bfffe5d046107dc42b99bb57c25a4a704037f6f762f664618c8ffccc60be18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

Release files / getl-0.3-py3.7.egg

Download URL getl-0.3-py3.7.egg
Size 9.1 kB
Tags Egg
SHA-256 checksum
How to use checksums
b4b549b2c44b22ce454fe6dc15e35e82a2ad19672828589dc583ca53ba8aa461
BLAKE2b-256 checksum
How to use checksums
4f48d4739617684484cd3164765f68012e46adaf97f422dea0a502d907cf6b91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

Release history Release notifications | RSS feed

This release

0.3 This release

2 release files

0.2

1 release file

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page