Skip to content

memair/python-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation Warning

The endpoint used in these example scripts are being deprecated. Please use GraphQL instead. See the docs for more details.

Python-Importer for Memair

Example Python scripts for importing data into Memair.

Google Takeout Location Importer

Download location histroy in json fromat from Google Takeout. Extract the LocationHistory.json file.

Run: $ python google-takeout-location.py -f PATH/TO/LocationHistory.json

The script will prompt you for an access token which you can create here.

GPX Importer

Place all of the gpx files in a single directory.

Run: $ python gpx-importer.py -d PATH/TO/DIRECTORY/CONTAINING/GPX/FILES/

The script will prompt you for an access token which you can create here.

CSV Importer

Locations in csv files are not stored in a standard way so this importer will need to be updated to suit your specific csv files. Once the importer is updated, place all of the csv files in a single directory.

Run: $ python csv-importer.py -d PATH/TO/DIRECTORY/CONTAINING/CSV/FILES/

The script will prompt you for an access token which you can create here.

About

Python scripts for importing data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages