4

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?

Community
  • 1
  • 1
IMTheNachoMan
  • 5,343
  • 5
  • 40
  • 89
  • What do you think of Google Tasks? It has an Android App, Web App, and API. It's basically the same except you cannot set the time of the alarm. If I need a timed alarm, I'll pair it with the Calendar API. – ProgrammersBlock Mar 18 '16 at 21:23
  • @ProgrammersBlock I liked Google Keep API cause the iOS app has a audio recorder widget on the notification drawer. – IMTheNachoMan Mar 19 '16 at 02:31

2 Answers2

3

Yes, there is one available now

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

eugenevd
  • 810
  • 7
  • 21
2

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