Convert Google Keep Takeout Files to Roam Daily Notes Pages
Project description
Google Keep to Roam Daily Notes
Convert a Takeout of Google Keep to Roam Daily Notes for the day that each snippet was written. If multiple notes were written on the same day, they are merged together.
Installation
First, go to Google Takeout and request a dump of your Google Keep data. Then unzip the folder that Google sends you.
The following steps work well on Unix systems but on Windows it would be quite similar.
$ cd ~/Downloads
$ tar -xvf takeout-{ID}.zip
$ pip install keep2roam
$ mkdir markdown
$ k2r -h
Usage: k2r [OPTIONS] SRC DEST
Convert SRC Google Keep Takeout dump and write to DEST folder.
Assumes SRC exists and creates DEST folder if it does not exist.
Options:
--version Prints the CLI version
-h, --help Show this message and exit.
$ k2r Takeout/Keep markdown
Found X Google Keep json files...
Upload Limit
Now take these files and upload them to Roam. To upload more than 10 files at a time, use this workaround.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
keep2roam-1.1.tar.gz
(7.6 kB
view hashes)