Skip to content
forked from kiwiz/gkeepapi

An unofficial client for the Google Keep API.

License

Notifications You must be signed in to change notification settings

newbeb/gkeepapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gkeepapi

Documentation Status Build Status

An unofficial client for the Google Keep API.

import gkeepapi

keep = gkeepapi.Keep()
success = keep.login('...', '...')

note = keep.createNote('Todo', 'Eat breakfast')
note.pinned = True
note.color = gkeepapi.node.ColorValue.Red
keep.sync()

gkeepapi is not supported nor endorsed by Google.

This is alpha quality code! Don't use in production. The project is under active development, so feel free to open an issue if you see any bugs or have a feature request. PRs are welcome too!

Installation

pip install gkeepapi

Documentation

The docs are available on Read the Docs.

Todo (Open an issue if you'd like to help!)

  • Determine how forceFullSync works.
  • Reminders
    • reminders
  • Sharing Notes
    • lastModifierEmail, roleInfo, timestamps.recentSharedChangesSeen, shareState
  • Figure out all possible values for TaskAssist._suggest
  • Figure out all possible values for NodeImage._extraction_status
  • Blobs (Drawings/Images/Recordings)

About

An unofficial client for the Google Keep API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%