Simple python script to download (and upload) your Google Keep notes to your local drive in plain text.
-
Create Google App Password
-
Create
config.inifile at root with:[credentials] username = YOUR_GOOGLE_USERNAME password = YOUR_GOOGLE_APP_PASSWORD [paths] notes_root = YOUR_OUPUT_PATH
pipenv install
pipenv run python keep.py --download
pipenv run python keep.py --upload