A package implementing a reusable class to make matrix bots
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
histausse b9f87bf42f
small changes
2 years ago
src/matrix_bot small changes 2 years ago
tests add a wrapper for message callbacks 2 years ago
.gitignore remember the sync token to avoid reloading the whole history 2 years ago
LICENSE Initial commit 2 years ago
README.md add a wrapper for message callbacks 2 years ago
pyproject.toml add config files for pip packaging 2 years ago
requirements.txt remember the sync token to avoid reloading the whole history 2 years ago
requirements_dev.txt add cleaner memoization 2 years ago
setup.cfg remember the sync token to avoid reloading the whole history 2 years ago
setup.py add config files for pip packaging 2 years ago

README.md

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)