A package implementing a reusable class to make matrix bots
Find a file
2021-10-03 18:02:30 +02:00
src/matrix_bot remember the sync token to avoid reloading the whole history 2021-10-03 18:02:30 +02:00
tests Fix a bug in the memoization of resolve_room and use asyncronicity better in init 2021-10-03 17:01:34 +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 Initial commit 2021-10-02 22:27:00 +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