Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 596 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 596 Bytes

Matrix-Remind-me-bot

A Matrix bot using matrix-bot-sdk to send reminders to users.

Installation

  1. git clone https://github.com/joakimvonanka/Matrix-Remind-me-bot.git
  2. cd /Matrix-Remind-me-bot.git
  3. npm install
  4. npm run build

Configuration

  1. Create a config.json file in the root directory.
  2. In the config.json paste this in:
{
    "accesstoken":"",
    "homeserver":""
}
  1. Add your access token in the "", and the same for the homeserver url.
  2. To run the bot type npm start