Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
/ google-keep-helper Public archive

Python scripts for importing bookmarks from Pocket getpocket.com to Google Keep.

License

Notifications You must be signed in to change notification settings

kyhau/google-keep-helper

Google Keep Helper Functions

Python 3.8: Build Status

Some Python scripts for managing Google Keep Notes and Lists.

  1. import_html_to_google_keep.py

    • 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.
  2. remove_duplicates_in_google_keep.py

    • Find and remove duplicates in Google Keep.

Build

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

Run

python import_html_to_google_keep.py GOOGLE_USER_NAME GOOGLE_PW HTML_FILE [--dryrun]

About

Python scripts for importing bookmarks from Pocket getpocket.com to Google Keep.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages