Skip to content

CLI utilities to assist with migrating Google Account data where no Google-provided solution exists

Notifications You must be signed in to change notification settings

robinnorth/google-migration-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Migration Utils

CLI utilities to assist with migrating Google Account data where no Google-provided solution exists

Installation

$ yarn

or

$ npm i

Usage

$ node src/cli.js <service> <action> [--help]

Google Maps

Import saved places

Based off a gist by @benjibee

$ node src/cli.js maps import-places --help

Imports places to Google Maps from saved places GeoJSON or CSV data files that w
ere exported by Google Takeout

Options:
      --version     Show version number                                [boolean]
      --help        Show help                                          [boolean]
  -f, --file        Path to a file containing Google Maps places data in GeoJSON
                     or a Google Maps places list in CSV format         [string]
  -l, --list        Name of the list you want to import to
                [string] [choices: "Favorites", "WantToGo", "Starred", "Custom"]
  -c, --customList  Index of the custom list you want to import to      [number]

About

CLI utilities to assist with migrating Google Account data where no Google-provided solution exists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published