robinnorth / google-migration-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%