Metadata-Version: 2.1
Name: keep2roam
Version: 1.1
Summary: Convert Google Keep Takeout Files to Roam Daily Notes Pages
Home-page: https://github.com/adithyabsk/keep2roam
License: MIT
Author: Adithya Balaji
Author-email: adithyabsk@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: marshmallow (>=3.9.0,<4.0.0)
Project-URL: Repository, https://github.com/adithyabsk/keep2roam
Description-Content-Type: text/markdown

# Google Keep to Roam Daily Notes

![build](https://github.com/adithyabsk/keep2roam/workflows/build/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/adithyabsk/keep2roam/branch/master/graph/badge.svg?token=RPI1KJKN8G)](https://codecov.io/gh/adithyabsk/keep2roam)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/keep2roam?style=plastic)
![PyPI - Downloads](https://img.shields.io/pypi/dw/keep2roam?style=plastic)
![GitHub](https://img.shields.io/github/license/adithyabsk/keep2roam?logo=6cc644&style=plastic)
![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
![Twitter Follow](https://img.shields.io/twitter/follow/adithya_balaji?style=social)

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](https://takeout.google.com/settings/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.

```console
$ 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.](https://forum.roamresearch.com/t/workaround-for-10-file-limit-on-markdown-import/558/2)

