All Projects → dogsheep → google-takeout-to-sqlite

dogsheep / google-takeout-to-sqlite

Licence: Apache-2.0 license
Save data from Google Takeout to a SQLite database

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to google-takeout-to-sqlite

pocket-to-sqlite
Create a SQLite database containing data from your Pocket account
Stars: ✭ 56 (-23.29%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
healthkit-to-sqlite
Convert an Apple Healthkit export zip to a SQLite database
Stars: ✭ 130 (+78.08%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
dogsheep-photos
Upload your photos to S3 and import metadata about them into a SQLite database
Stars: ✭ 156 (+113.7%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
evernote-to-sqlite
Tools for converting Evernote content to SQLite
Stars: ✭ 28 (-61.64%)
Mutual labels:  dogsheep, datasette-io, datasette-tool
Datasette
An open source multi-tool for exploring and publishing data
Stars: ✭ 5,640 (+7626.03%)
Mutual labels:  datasette, datasette-io
datasette-ripgrep
Web interface for searching your code using ripgrep, built as a Datasette plugin
Stars: ✭ 58 (-20.55%)
Mutual labels:  datasette, datasette-io
goodreads-to-sqlite
Export your (or other people's) Goodreads data to SQLite
Stars: ✭ 62 (-15.07%)
Mutual labels:  datasette, dogsheep
datasette-dashboards
Datasette plugin providing data dashboards from metadata
Stars: ✭ 65 (-10.96%)
Mutual labels:  datasette, datasette-io
datasette-render-images
Datasette plugin that renders binary blob images using data-uris
Stars: ✭ 14 (-80.82%)
Mutual labels:  datasette, datasette-io
datasette-cluster-map
Datasette plugin that shows a map for any data with latitude/longitude columns
Stars: ✭ 51 (-30.14%)
Mutual labels:  datasette, datasette-io
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (-58.9%)
Mutual labels:  datasette, datasette-io
sqlite-generate
Tool for generating demo SQLite databases
Stars: ✭ 20 (-72.6%)
Mutual labels:  datasette-io, datasette-tool
dbf-to-sqlite
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite
Stars: ✭ 31 (-57.53%)
Mutual labels:  datasette-io, datasette-tool
django-sql-dashboard
Django app for building dashboards using raw SQL queries
Stars: ✭ 369 (+405.48%)
Mutual labels:  datasette-io, datasette-tool
geojson-to-sqlite
CLI tool for converting GeoJSON files to SQLite (with SpatiaLite)
Stars: ✭ 41 (-43.84%)
Mutual labels:  datasette-io, datasette-tool
museums
A website recommending niche museums to visit
Stars: ✭ 30 (-58.9%)
Mutual labels:  datasette
covid-19-datasette
Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
Stars: ✭ 62 (-15.07%)
Mutual labels:  datasette
cbmtapepi
Use a Raspberry Pi as fast mass storage solution for your Commodore 8-bit computer using just the datassette port.
Stars: ✭ 41 (-43.84%)
Mutual labels:  datasette
datasette.io
The official project website for Datasette
Stars: ✭ 48 (-34.25%)
Mutual labels:  datasette

google-takeout-to-sqlite

PyPI CircleCI License

Save data from google-takeout to a SQLite database.

How to install

$ pip install google-takeout-to-sqlite

Request your Google data from https://takeout.google.com/ - wait for the email and download the zip file.

This tool only supports a subset of the available options. More will be added over time.

My Activity

You can request the "My Activity" export and then import it with the following command:

$ google-takeout-to-sqlite my-activity takeout.db ~/Downloads/takeout-20190530.zip

This will create a database file called takeout.db if one does not already exist.

Location History

Your location history records latitude, longitude and timestame for where Google has tracked your location. You can import it using this command:

$ google-takeout-to-sqlite location-history takeout.db ~/Downloads/takeout-20190530.zip

Browsing your data with Datasette

Once you have imported Google data into a SQLite database file you can browse your data using Datasette. Install Datasette like so:

$ pip install datasette

Now browse your data by running this and then visiting http://localhost:8001/

$ datasette takeout.db

Install the datasette-cluster-map plugin to see your location history on a map:

$ pip install datasette-cluster-map
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].