No description
Find a file
2022-09-28 11:02:35 -04:00
screenshots Interactivity & storage overhaul complete. 2022-05-20 06:35:33 -04:00
.gitignore EasyAppointments 2022-09-28 11:02:35 -04:00
commands.py EasyAppointments 2022-09-28 11:02:35 -04:00
data-example.json EasyAppointments 2022-09-28 11:02:35 -04:00
dockerfile Docker 2022-03-26 11:50:11 -04:00
easyappointments.py EasyAppointments 2022-09-28 11:02:35 -04:00
error.log EasyAppointments 2022-09-28 11:02:35 -04:00
features.py EasyAppointments 2022-09-28 11:02:35 -04:00
main.py EasyAppointments 2022-09-28 11:02:35 -04:00
README.md update readme 2022-08-09 15:44:19 -04:00

Nerve

A matrix receptionist bot

How to get started

  1. Register a matrix bot on your homeserver
  2. Grab data-example.json and modify it with your bot's credentials
  3. Save as data.json
  4. Create your own questions & answers and setup your keywords
  5. Run the bot python main.py

Docker container

  1. docker build -t matrix-nerve .
  2. docker run -it matrix-nerve

You may want to set data.json as a volume to be able to make changes on the fly

Details

  • The bot will listen to !faq and post the entire FAQ Adding questions from matrix

Features in the works

  • Alerts
  • Dynamic configuration
  • Meeting requests (through easyappointments)
  • Configurable API calls