A Matrix bot using matrix-bot-sdk to send reminders to users.
git clone https://github.com/joakimvonanka/Matrix-Remind-me-bot.git
cd /Matrix-Remind-me-bot.git
npm install
npm run build
- Create a
config.json
file in the root directory. - In the config.json paste this in:
{
"accesstoken":"",
"homeserver":""
}
- Add your access token in the
""
, and the same for the homeserver url. - To run the bot type
npm start