G2G2G2G / Matrix-Remind-me-bot

A remind me bot for Matrix.org's synapse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A remind me bot for Matrix.org's synapse.

License:MIT License


Languages

Language:TypeScript 100.0%