rmapy icon indicating copy to clipboard operation
rmapy copied to clipboard

A unofficial python module for interacting with the Remarkable Cloud

Results 11 rmapy issues
Sort by recently updated
recently updated
newest added

Remarkable 2.14 [added support for tags](https://support.remarkable.com/hc/en-us/articles/5541703356317-Tags), I could imagine a lot of nice applications if this would be support in rmapy if the api does allow for it

Maybe this is a noob error, but from my understanding of the api, `rmapy.get_meta_items()` is supposed to query the reMarkable cloud and return a collection that effectively includes all the...

Hi there! I've been playing around using this and it's great, thank you for your work. I can successfully upload documents to my RM, but I can't figure out how...

Updates the URL from myRemarkable on which one can generate a new token

Since the new update of myRemarkable webpage, I can't find a way to generate the token needed to create a new rmapy client.

According to https://github.com/juruen/rmapi/issues/187 it seems as though a new API for the remarkable cloud is being rolled out that uses GCS directly. It seems to be rolling out slowly to...

This PR is my WIP on the new api. Closes #25 Progress: - [x] fetch metadata and create `Collection` using `get_meta_items()` - [x] speed up `get_meta_items()` -> currently too many...

I'm posting this issue to hopefully help folks coming by in the future. Currently it seems that all forks of rmapy do not fully support the updated sync api. This...

Fixes authentication error. Before this fix the remarkable cloud servers responded with "500: internal server error", when calling `register_device(code)`.

I just started using my brand new Remarkable and I would like to set up a solution in order to _avoid_ using remarkable cloud, and use my own private cloud...