All Projects → kiwiz → Gkeepapi

kiwiz / Gkeepapi

Licence: mit
An unofficial client for the Google Keep API.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gkeepapi

google fit hass
A Home assistant custom component to get your fitness information using Google Fitness API.
Stars: ✭ 23 (-97.84%)
Mutual labels:  google-api
google-calendar-api
Demo Project for Google Calendar API Using Spring Boot Rest API with OAuth2
Stars: ✭ 25 (-97.65%)
Mutual labels:  google-api
Raccoon4
APK Downloader for Google Play
Stars: ✭ 369 (-65.38%)
Mutual labels:  google-api
SMSRetrieverAPIDemo
Demo of the Google API of SMS retriever
Stars: ✭ 49 (-95.4%)
Mutual labels:  google-api
google-streetview-images
Pull google streetview panoramic images along a route.
Stars: ✭ 45 (-95.78%)
Mutual labels:  google-api
go-clean-architecture
Example go clean architecture folder pattern
Stars: ✭ 28 (-97.37%)
Mutual labels:  google-api
Unity live caption
Use Google Speech-to-Text API to do real-time live stream caption on Unity! Best when combined with your virtual character!
Stars: ✭ 26 (-97.56%)
Mutual labels:  google-api
Geocoder
🌎 GoLang package that provides an easy way to use the Google Geocoding API
Stars: ✭ 23 (-97.84%)
Mutual labels:  google-api
node-google-calendar
Simple node module that supports Google Calendar API
Stars: ✭ 76 (-92.87%)
Mutual labels:  google-api
Photo Exif Toolkit
Photo Exif Toolkit Android app entirely written using Kotlin language
Stars: ✭ 37 (-96.53%)
Mutual labels:  google-api
ga-fetcher
Fetch Google Analytics data with Google APIs in Node.js 🚠
Stars: ✭ 14 (-98.69%)
Mutual labels:  google-api
g-trends
Google Trends API for PHP
Stars: ✭ 88 (-91.74%)
Mutual labels:  google-api
blog
Source code for the posts of my blog https://theroadtodelphi.com/
Stars: ✭ 96 (-90.99%)
Mutual labels:  google-api
google-drive-direct-remote-upload
Directly upload files from the web to Google Drive without saving them completely on the server before.
Stars: ✭ 62 (-94.18%)
Mutual labels:  google-api
Figma To Google Slides
Convert Figma frames into a Google Slides presentation 🍭
Stars: ✭ 385 (-63.88%)
Mutual labels:  google-api
laravel-gsuite
A Laravel package to setup Google OAuth and GSuite Admin SDK.
Stars: ✭ 17 (-98.41%)
Mutual labels:  google-api
RuralEducation
An app that helps rural students in their education.I used Firebase Realtime database,authentication,Networking requests,User Chats,Google Places Api,Paytm Payment Gateway Integration,Google places Autocomplete Api,Firebase Chat
Stars: ✭ 22 (-97.94%)
Mutual labels:  google-api
Cuba
🇨🇺 Google Sheets + SQL = JSON
Stars: ✭ 45 (-95.78%)
Mutual labels:  google-api
Forge View.googledrive.models
View models from Google Drive: Sample Viewer application that displays files of supported formats from Google Drive, and generates them in the Viewer
Stars: ✭ 18 (-98.31%)
Mutual labels:  google-api
youtube-playlist-json
Returns JSON of Youtube Playlist using YouTube Data API v3
Stars: ✭ 14 (-98.69%)
Mutual labels:  google-api

gkeepapi

Documentation Status Build Status Gitter chat Test Coverage

An unofficial client for the Google Keep API.

import gkeepapi

keep = gkeepapi.Keep()
success = keep.login('[email protected]', 'password')

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].