{ "info": { "author": "Simon Willison", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# google-takeout-to-sqlite\n\n[![PyPI](https://img.shields.io/pypi/v/google-takeout-to-sqlite.svg)](https://pypi.org/project/google-takeout-to-sqlite/)\n[![CircleCI](https://circleci.com/gh/dogsheep/google-takeout-to-sqlite.svg?style=svg)](https://circleci.com/gh/dogsheep/google-takeout-to-sqlite)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/dogsheep/google-takeout-to-sqlite/blob/master/LICENSE)\n\nSave data from google-takeout to a SQLite database.\n\n## How to install\n\n $ pip install google-takeout-to-sqlite\n\nRequest your Google data from https://takeout.google.com/ - wait for the email and download the zip file.\n\nThis tool only supports a subset of the available options. More will be added over time.\n\n## My Activity\n\nYou can request the \"My Activity\" export and then import it with the following command:\n\n $ google-takeout-to-sqlite my-activity takeout.db ~/Downloads/takeout-20190530.zip\n\nThis will create a database file called `takeout.db` if one does not already exist.\n\n## Location History\n\nYour location history records latitude, longitude and timestame for where Google has tracked your location. You can import it using this command:\n\n $ google-takeout-to-sqlite location-history takeout.db ~/Downloads/takeout-20190530.zip\n\n## Browsing your data with Datasette\n\nOnce you have imported Google data into a SQLite database file you can browse your data using [Datasette](https://github.com/simonw/datasette). Install Datasette like so:\n\n $ pip install datasette\n\nNow browse your data by running this and then visiting `http://localhost:8001/`\n\n $ datasette takeout.db\n\nInstall the [datasette-cluster-map](https://github.com/simonw/datasette-cluster-map) plugin to see your location history on a map:\n\n $ pip install datasette-cluster-map\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dogsheep/google-takeout-to-sqlite", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "google-takeout-to-sqlite", "package_url": "https://pypi.org/project/google-takeout-to-sqlite/", "platform": "", "project_url": "https://pypi.org/project/google-takeout-to-sqlite/", "project_urls": { "Homepage": "https://github.com/dogsheep/google-takeout-to-sqlite" }, "release_url": "https://pypi.org/project/google-takeout-to-sqlite/0.2/", "requires_dist": [ "sqlite-utils (~=1.11)", "pytest ; extra == 'test'" ], "requires_python": "", "summary": "Save data from Google Takeout to a SQLite database", "version": "0.2" }, "last_serial": 5798156, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3cc7ddf6b814936cb10576b12b81707a", "sha256": "597764724e5e130b7e46d29445bfb2f64d48abe1461dd8952f35fb09f7f092e9" }, "downloads": -1, "filename": "google_takeout_to_sqlite-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3cc7ddf6b814936cb10576b12b81707a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7330, "upload_time": "2019-09-05T20:32:26", "url": "https://files.pythonhosted.org/packages/e9/bd/44fffffa9eab07f2cf6aff0538d302165e58a87ca18c147aceeab1baae8b/google_takeout_to_sqlite-0.1-py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2390b8a6342ad6d3458d54f9b23bdf15", "sha256": "a0634a68aeee33e839b4c23446ed2954d9e9795364e23c2a61c6e2aff4030f28" }, "downloads": -1, "filename": "google_takeout_to_sqlite-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2390b8a6342ad6d3458d54f9b23bdf15", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8063, "upload_time": "2019-09-08T03:14:22", "url": "https://files.pythonhosted.org/packages/61/bd/c76a0fc13144b8ad492ffebe63f9a67226a8d54997d677b524a5165858d6/google_takeout_to_sqlite-0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2390b8a6342ad6d3458d54f9b23bdf15", "sha256": "a0634a68aeee33e839b4c23446ed2954d9e9795364e23c2a61c6e2aff4030f28" }, "downloads": -1, "filename": "google_takeout_to_sqlite-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2390b8a6342ad6d3458d54f9b23bdf15", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8063, "upload_time": "2019-09-08T03:14:22", "url": "https://files.pythonhosted.org/packages/61/bd/c76a0fc13144b8ad492ffebe63f9a67226a8d54997d677b524a5165858d6/google_takeout_to_sqlite-0.2-py3-none-any.whl" } ] }