Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.71 KB

README.rst

File metadata and controls

72 lines (43 loc) · 1.71 KB

Memair Google Takeout Importer

http://img.shields.io/badge/license-MIT-yellow.svg?style=flat https://img.shields.io/badge/contact-Gregology-blue.svg?style=flat

Overview

A command line tool for importing Goole Takeout data into Memair. Currently the tool only imports Location History but more options will be added shortly.

Installation

gtmem is available on PyPI

http://pypi.python.org/pypi/gtmem

Install via pip

$ pip install gtmem

Or via easy_install

$ easy_install gtmem

Or directly from memair's git repo

$ git clone git://github.com/memair/google-takeout-importer.git
$ cd google-takeout-importer
$ python setup.py install

Basic usage

Generate a temporary access token

Download your location history data as JSON from Google Takeout

https://user-images.githubusercontent.com/1595448/46702260-6a407980-cbf0-11e8-8ae9-3c6a1893484b.png

Extract the zip and run;

$ gtmem -m 0000000000000000000000000000000000000000000000000000000000000000 -g ~/Downloads/Takeout

replacing 00000... with your access_token

Running Test

coming shortly...

Python compatibility

Developed for Python 3. May work but not tested in Python 2.