A package implementing a reusable class to make matrix bots
Go to file
2021-10-08 16:40:40 +02:00
src/matrix_bot small changes 2021-10-08 16:40:40 +02:00
tests add a wrapper for message callbacks 2021-10-05 19:05:21 +02:00
.gitignore remember the sync token to avoid reloading the whole history 2021-10-03 18:02:30 +02:00
LICENSE Initial commit 2021-10-02 22:27:00 +02:00
pyproject.toml add config files for pip packaging 2021-10-02 22:43:13 +02:00
README.md add a wrapper for message callbacks 2021-10-05 19:05:21 +02:00
requirements.txt remember the sync token to avoid reloading the whole history 2021-10-03 18:02:30 +02:00
requirements_dev.txt add cleaner memoization 2021-10-03 15:09:34 +02:00
setup.cfg remember the sync token to avoid reloading the whole history 2021-10-03 18:02:30 +02:00
setup.py add config files for pip packaging 2021-10-02 22:43:13 +02:00

matrix-bot

A package implementing a reusable class to make matrix bots

This is inventing the wheel once again, but who care? It's fun :)

TODO:

  • Use more of nio features and less custom hacks (like, use callback for the invite policy stuff, and nio.Room is way better than my custom type)