8000 GitHub - RedTTGMoss/rm_api: A detailed python reMarkable API interface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000 / rm_api Public

A detailed python reMarkable API interface

License

Notifications You must be signed in to change notification settings

RedTTGMoss/rm_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rM API

A python library to handle interactions with the reMarkable API.

Features

  • Authentication and websocket connectivity
  • Fast metadata sync
  • Large file upload support
  • Proper hashing, structuring, parsing and encoding of data
  • Easy to use high-level interface through classes
  • Event system for sync operations

Support for both official and third-party clouds

Installation

pip install rm_api

Warning!

I am not responsible for any damage that may happen due to issues or misuse of this library. It is designed to be safe, but if for one reason or another something happens, I am not responsible for it.

You may choose to report any bugs or issues you encounter in the issues tab.

Documentation

Coming soon!

0