Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igor-starostenko/book-worm
Google maps bookmark import tool
https://github.com/igor-starostenko/book-worm
automation bookmarks google-maps puppeteer
Last synced: about 1 month ago
JSON representation
Google maps bookmark import tool
- Host: GitHub
- URL: https://github.com/igor-starostenko/book-worm
- Owner: igor-starostenko
- License: mit
- Created: 2018-05-24T04:00:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T05:31:59.000Z (over 6 years ago)
- Last Synced: 2024-10-19T14:41:51.398Z (3 months ago)
- Topics: automation, bookmarks, google-maps, puppeteer
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# book-worm
Google maps bookmark import tool. Using [Puppeteer](https://github.com/GoogleChrome/puppeteer/)Want to migrate your Google maps starred places to a new account? **book-worm** can help you with it!
### Clone the repo
```
git clone https://github.com/igor-starostenko/book-worm.git
```### Installing dependencies
```
npm install
```Make sure you have [NodeJS](https://nodejs.org/en/) installed.
### Export bookmarks
Go to https://takeout.google.com/settings/takeout and download the archive of your starred places from “Maps (your places)”.Open the archive and look for the `.json` file called **Saved Places.json**
Copy the file to the **book-worm** directory.
If the name of the `.json` file is different from **Saved Places.json** then you need to use the right name in the **config.json**.
### Setting up user
Open **config.json** and put email and password of the google account to which you want the bookmarks to be imported to.### Running the import
Simply run `node src/run.js`This will start the *Electron* browser that will log in to your google account, and save all the bookmarks from the exported file.
#### 2-factor authentication
If your account requires a 2 factor authentication, you can enter the code directly in the browser.