Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing Google Keep data through script?

I am trying to create a script that get the data from a google keep list I was thinking Google Takeout might do part of what I want but I cannot find a API to automate the downloads. Does anyone know a way to grab this data via script (python/bash) so that I can easily extract what I need?

like image 692
hehe3301 Avatar asked Jul 05 '26 09:07

hehe3301


1 Answers

In the meanwhile there is an API, see here: https://developers.google.com/keep/api/reference/rest

Also, there is a python library that implements this API (I'm not the author of the library): https://github.com/kiwiz/gkeepapi

like image 93
Ahue Avatar answered Jul 06 '26 21:07

Ahue