Reputation: 5821
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.
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?
Upvotes: 4
Views: 3232
Reputation: 840
Yes, there is one available now
https://developers.google.com/keep/api
Upvotes: 3
Reputation: 53
No, right now there isn't one, hope google releases one.
I made a little python script to scrape all the data from the keep.google.com
you can find the github project here
Upvotes: 2