in reply to Re: Google keep api
in thread Google keep api

Yes, in that repository lives something that I use to export my notes from Google Keep.

There is no code yet to write to Google Keep, but if anyobdy is interested in helping, I'm all game!

Replies are listed 'Best First'.
Re^3: Google keep api
by Your Mother (Archbishop) on Apr 15, 2018 at 07:21 UTC

    If someone were interested, is there a Google page on it or is this a reverse engineered "API"?

      No, Google does not publish an API.

      My approach is to replicate what Chrome does, and from looking at the gkeepapi Python module, it seems that it replicates what the Android app does.

      Currently, our two applications are different, as gkeepapi seems to be mostly concerned with creating/manipulating notes while I'm mostly concerned with getting a complete backup of Google Keep notes, ideally including images etc.

      My module currently still needs/uses WWW::Mechanize::Chrome for conveniently automating some things and basically running the Google Keep Javascript code, but at least some parts should work without Javascript already.