A Matrix chat bot that can send files and webpages to the reMarkable tablet, using reMarkable's cloud.
There is no user restrictions or multiuser support implemented yet, so anyone who knows your bot's username, can use your it (and send files to your RM).
Currently, the only way to use this is to clone or download this repo. After you do it, follow the following instructions:
-
Create a new Matrix user for your bot on any matrix homeserver.
-
Run this project's setup:
$ npm run setupAfter the setup completes, an
outfolder should be generated. -
Copy the
config-example.yamlfile to theoutfolder, name itconfig.yaml. -
Edit the
out/config.yamland set the correct homeserver url and Matrix user access token (see https://t2bot.io/docs/access_tokens/ on how to get an access token). -
Run the bot:
$ npm run bot
From this point on the bot should be running. Invite it to an unencripted room on Matrix (e2e encryption is not supported yet), write the help command to it and follow its instructions.