Skip to main content

An unofficial Google Keep API client

Project description

gkeepapi

Documentation Status Gitter chat Test Coverage

NOTICE: Google offers an official API which might be an option if you have an Enterprise account. 🎉

An unofficial client for the Google Keep API.

import gkeepapi

# Obtain a master token for your account (see docs)
master_token = '...'

keep = gkeepapi.Keep()
success = keep.authenticate('user@gmail.com', master_token)

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.

The code is pretty stable at this point, but you should always make backups. The project is under development, so feel free to open an issue if you have questions, 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!)

  • Reminders
    • reminders
  • Figure out all possible values for TaskAssist._suggest (Same as CategoryValue?)
  • Figure out all possible values for NodeImage._extraction_status (integer)
  • 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 Distribution

If you're not sure about the file name format, learn more about wheel file names.

gkeepapi-0.17.1-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

Details for the file gkeepapi-0.17.1-py3-none-any.whl.

File metadata

  • Download URL: gkeepapi-0.17.1-py3-none-any.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for gkeepapi-0.17.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e242bc745640c809d21eb3f95c7182ac340a8cc2b84e5d78b9d692c2c2d35dc
MD5 4c83f923b7106046c9aa197c4d655926
BLAKE2b-256 8861f33bb386feb726ed98560ca8b69b589a95095b4090ba32dab43e62c385e9

See more details on using hashes here.

Supported by

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