GithubHelp home page GithubHelp logo

kublaj / google-keep-converter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amerker/google-keep-converter

0.0 2.0 0.0 22 KB

Finally be able to use Google Keep notes elsewhere.

JavaScript 100.00%

google-keep-converter's Introduction

Google Keep Converter

This script lets you scrape and convert Google Keep notes into sensible, reusable file formats, such as JSON and CSV.

Installation:

  1. Install Node.js on your machine
  2. Run npm install -g google-keep-converter
  3. Get your Google Keep data via Google Takeout -- there is no other way for now -- and extract the folder.
  4. Run the script somewhere within that folder structure.

This script first checks if the subdirectories ./Takeout/Keep/ or ./Keep/ exist, and prefers them if so. The output is saved to keep-notes-[timestring].json: to the current dir, in chronological order, UTF8-encoded, with \n linebreaks.

Usage

google-keep-converter [options]

Options

Command Description
-h, --help output usage information
-f, --fix fix naming of HTML files (workaround for Google Takeout bug)
-c, --csv save to keep-notes-[timestring].csv (in addition to JSON)

Note

If you have a bunch of files without proper file extension in your Keep folder, you have run into a Google Takeout bug: It seems that if a note title ends in a period and digit (e.g. "Ideas for Industry 5.0"), the filename is truncated.

Use the --fix option to give those files an ".html" extension, to be properly processed by this script.

google-keep-converter's People

Contributors

amerker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.