NB: This project is not affiliated with reMarkable, and is purely personal.
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
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