No description
Find a file
2022-03-26 12:01:57 -04:00
screenshots update readme 2022-03-07 04:27:37 -05:00
.gitignore update doc 2022-02-28 22:26:37 -05:00
commands.py persistent knock-knock jokes 2022-03-07 04:24:40 -05:00
data-example.json persistent knock-knock jokes 2022-03-07 04:24:40 -05:00
dockerfile Docker 2022-03-26 11:50:11 -04:00
faq.py experimenting with state 2022-03-03 14:18:07 -05:00
knockknock.py experimenting with state 2022-03-03 14:18:07 -05:00
main.py persistent knock-knock jokes 2022-03-07 04:24:40 -05:00
README.md spacing 2022-03-26 12:01:57 -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
  • Based on selected keywords it will include relevant questions & answers

matrix room screenshot

Knock-knock jokes now supported!

matrix room screenshot