A package implementing a reusable class to make matrix bots
src/matrix_bot | ||
tests | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
requirements_dev.txt | ||
setup.cfg | ||
setup.py |
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)