Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Google Keep API and/or a Google library/API that will let me programatically access Keep notes in a *nix script? [closed]

Tags:

google-keep

Before anyone says this is a duplicate, I did see an older question but it was from 2013 so I thought it time to ask a new one.

Is there a Google Keep API?

My end goal is to have an hourly script running on my server that finds all new Keep notes and sends me an e-mail. I'm not having much luck finding any APIs that will let me do this?

like image 378
IMTheNachoMan Avatar asked Nov 07 '25 20:11

IMTheNachoMan


1 Answers

Yes, there is one available now

https://developers.google.com/keep/api

like image 114
eugenevd Avatar answered Nov 09 '25 10:11

eugenevd