Some Python scripts for managing Google Keep Notes and Lists.
-
- Import links from a html page to Google Keep as Notes.
- This script can be used to import bookmarks from Pocket getpocket.com to Google Keep.
-
remove_duplicates_in_google_keep.py
- Find and remove duplicates in Google Keep.
Linux
virtualenv -p python3.8 env
. env/bin/activate
python -m pip install -r requirements.txt
Windows
virtualenv -p <path-to-python3.8> env
env\Scripts\activate
python -m pip install -r requirements.txt
python import_html_to_google_keep.py GOOGLE_USER_NAME GOOGLE_PW HTML_FILE [--dryrun]