An extensible Python chatbot that is compatible with the Matrix protocol
Go to file
Dennis Potter 57499db3f5 Initial commit of software
This commit includes the matrix bot API
(https://github.com/shawnanastasio/python-matrix-bot-api/) and the first
proof of concept that the plugin API works. Furthermore, it includes the
first version of a plugin that acquires event from an Admidio setup
(https://admidio.org).
2018-12-16 16:38:47 +01:00
images Initial commit of software 2018-12-16 16:38:47 +01:00
matrix_bot_api Initial commit of software 2018-12-16 16:38:47 +01:00
plugins Initial commit of software 2018-12-16 16:38:47 +01:00
.gitignore Initial commit of software 2018-12-16 16:38:47 +01:00
LICENSE Initial commit 2018-12-16 16:28:14 +01:00
README.md Initial commit of software 2018-12-16 16:38:47 +01:00
config.json.example Initial commit of software 2018-12-16 16:38:47 +01:00
run.py Initial commit of software 2018-12-16 16:38:47 +01:00

README.md

This chatbot is based on github.com/shawnanastasio/python-matrix-bot-api which was published under GPL-3.0. It works with on the Matrix network.

For now, this README only contains notes.

Requirements:

MySQLdb

Write about:

  • File structure of plugins and structure of the class
  • Create help function for bot and for all plugins