https://git.private.coffee/PrivateCoffee/matrix-reportbot
Kumi 8f2cc288ad feat: bump matrix-reportbot to v0.0.2 | 6 tháng trước cách đây | |
---|---|---|
src | 6 tháng trước cách đây | |
.gitignore | 6 tháng trước cách đây | |
LICENSE | 8 tháng trước cách đây | |
README.md | 6 tháng trước cách đây | |
config.dist.ini | 6 tháng trước cách đây | |
get_access_token.py | 6 tháng trước cách đây | |
pyproject.toml | 6 tháng trước cách đây | |
reportbot.service | 6 tháng trước cách đây |
This is a simple bot that can be used to display incoming moderation reports in a Matrix room.
pip install matrix-reportbot
Create a configuration file in config.ini
based on the config.dist.ini provided in the repository.
At the very least, you need to provide the following configuration:
[Matrix]
Homeserver = http://your-homeserver.example.com
AccessToken = syt_YourAccessTokenHere
RoomId = !yourRoomId:your-homeserver.example.com
Note: The AccessToken must be for a admin user, because the bot needs to be able to read the moderation events.
We recommend using pantalaimon as a proxy, because the bot itself does not support end-to-end encryption.
You can start the bot by running:
reportbot
This project is licensed under the MIT License - see the LICENSE file for details.