Skip to main content

An unofficial Google Keep API client

Project description

gkeepapi
========

An unofficial client for the [Google Keep](https://keep.google.com) API.

```
import gkeepapi

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

note = keep.createNote('Todo', 'Eat breakfast')
note.pinned = True
note.color = gkeepapi.COLOR.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!

## 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)


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

gkeepapi-0.9.0-py2.py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 2 Python 3

gkeepapi-0.9.0-py2-none-any.whl (16.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page