morgon has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I just came across https://github.com/kiwiz/gkeepapi which is an (inofficial - there is no offical api yet afaik) python module to create google keep notes programmatically.

I could not find anything like that for perl.

Is there?

Many thanks!

Replies are listed 'Best First'.
Re: Google keep api
by Anonymous Monk on Apr 14, 2018 at 21:09 UTC

      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!

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