roam-research-private-api
roam-research-private-api copied to clipboard
Private API to enable API access for Roam Research. Now you can connect Roam to your other projects.
I'm developing my own automation system for manage my data resources using python. Mostly, I stacked all my informations on Roam Research. But roam isnt support any public api to...
There is no puppeteer version for M1 macs, so it fails with ``` npm WARN old lockfile Error: Integrity checksum failed when using sha512: wanted sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A== but got sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==. npm...
I'm running into an issue when installing on macos. Help is very much appreciated! npm ERR! code 1 npm ERR! path /opt/homebrew/lib/node_modules/roam-research-private-api/node_modules/puppeteer npm ERR! command failed npm ERR! command sh...
Closes #16.
Hi! Thanks for creating this library - it's super useful. Datalog queries take a second parameter, "inputs", that allows concise pattern matching on specific value. The `roamAlphaAPI` interface provides access...
After running `roam-api export ~/Downloads/ -g $ROAM_API_GRAPH -e $ROAM_API_EMAIL -p $ROAM_API_PASSWORD` got this ``` Cannot load the login screen! (node:6165) UnhandledPromiseRejectionWarning: TimeoutError: waiting for selector `input[name=email]` failed: timeout 60000ms exceeded...
The current api requires you to use email and password as tags when using the API. This is a struggle for those who created their account with Google (or some...
This adds an extra parameter to the `getExportData` function to allow download any of the three supported export formats. I also added a `getExportZip` function which is basically the same...
Resolves #11
My script to import files in roam uses this library, since a couple of days there is an error: ``` ERROR occured: Error: Node is either not visible or not...