You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gabriel ee0d8c579d Interactivity & storage overhaul complete.
Proof-of-concept adding and removing questions complete
2 years ago
screenshots Interactivity & storage overhaul complete. 2 years ago
.gitignore update doc 2 years ago
README.md Interactivity & storage overhaul complete. 2 years ago
commands.py Interactivity & storage overhaul complete. 2 years ago
data-example.json Interactivity & storage overhaul complete. 2 years ago
dockerfile Docker 2 years ago
features.py Interactivity & storage overhaul complete. 2 years ago
main.py Interactivity & storage overhaul complete. 2 years ago

README.md

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
  • Based on selected keywords it will include relevant questions & answers

matrix room screenshot

Knock-knock jokes now supported!

matrix room screenshot

Adding questions from matrix

Features in the works

  • Alerts
  • Dynamic configuration
  • Meeting requests
  • Configurable API calls