Skip to content

benoitsepe/reMarkable-bot

Repository files navigation

reMarkable-bot

NB: This project is not affiliated with reMarkable, and is purely personal.

Init

First, copy the file .env.template to .env, and add the bot token @BotFather gave you.

This project use yarn. Execute these commands:

yarn
yarn start

Deploy

You can use Docker to deploy your instance.

To build the docker image:

docker build -t "remarkable-bot" .

To save the Docker image:

docker save -o ./remarkable-bot.tar remarkable-bot

To load the Docker image:

docker load -i ./remarkable-bot.tar

About

A telegram bot to interact with your reMarkable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •