|
|
5 years ago | |
|---|---|---|
| keep_exporter | 5 years ago | |
| .gitignore | 5 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| poetry.lock | 5 years ago | |
| pyproject.toml | 5 years ago |
A command line utility to export Google Keep notes to markdown files with metadata stored as a frontmatter header.
There are many ways to install this, easiest are through pip or the releases page.
The easiest way is with pip from PyPi
pip3 install keep-exporter
https://github.com/ndbeals/keep-exporter or download from the releases page and extract the source code.cd into the directorypoetry install in the project root directorypoetry build will build the installable wheelcd dist then run pip3 install <keep-exporter-file.whl>If you do not supply a username or password before running it, you will be prompted to input them.
keep_export [OPTIONS]
Options:
-d, --directory TEXT Output directory for exported notes
-u, --user TEXT Google account email (environment variable 'GKEEP_USER')
-p, --password TEXT Google account password (environment variable 'GKEEP_PASSWORD')
--header / --no-header Choose to include or exclude the frontmatter header (Default: on)
Some users have had issues with the requests library detailed in this issue when using pipx. The solution is to change the requests library version.
pipx install keep-exporter
pipx inject keep-exporter requests===2.23.0