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.
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
Generate a temporary access token
Download your location history data as JSON from Google Takeout
Extract the zip and run;
$ gtmem -m 0000000000000000000000000000000000000000000000000000000000000000 -g ~/Downloads/Takeout
replacing 00000... with your access_token
coming shortly...
Developed for Python 3. May work but not tested in Python 2.