Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper

Simple python script to download (and upload) your Google Keep notes to your local drive in plain text.

Requirements

  • Create Google App Password

  • Create config.ini file at root with:

    [credentials]
    username = YOUR_GOOGLE_USERNAME
    password = YOUR_GOOGLE_APP_PASSWORD
    
    [paths]
    notes_root = YOUR_OUPUT_PATH
    

Installation

pipenv install

Use

pipenv run python keep.py --download
pipenv run python keep.py --upload

About

Simple python script to download (and upload) your Google Keep notes to your local drive in plain text.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages