DEV Community

Discussion on: Do I really want to write a Google Keep tool?

Collapse
 
bscott profile image
Brian Scott

I'm interested in Keep automation but been unsuccessful in finding a Keep API or wrapper that works.

Collapse
 
bugmagnet profile image
Bruce Axtens • Edited

The other thing that could be explored in this regard is BrowserMobProxy which would give you access to the data stream coming down from Google before the browser evaluates it. We've used that for other projects with some success, especially where large JSON blobs received and parsed but not made programmatically available.

I've just looked and there's a tonne of stuff in the HAR describing the Keep experience. BMP would definitely help here.