No description
Find a file
Kumi 8e421abb76
feat: Initializes Matrix Redactor Bot project
Introduces a basic framework for Matrix Redactor Bot, including
.gitignore for environment files and compiled Python files.

Adds LICENSE with MIT license terms and a README for project
overview. Configures a sample YAML file for bot setup.

Sets up a Python package with pyproject.toml, specifying
dependencies and entry points. Implements basic redactor bot
function to redact media and links sent by low-privileged users
in Matrix rooms.
2024-11-25 12:52:47 +01:00
src/matrix_redactorbot feat: Initializes Matrix Redactor Bot project 2024-11-25 12:52:47 +01:00
.gitignore feat: Initializes Matrix Redactor Bot project 2024-11-25 12:52:47 +01:00
config.dist.yaml feat: Initializes Matrix Redactor Bot project 2024-11-25 12:52:47 +01:00
LICENSE feat: Initializes Matrix Redactor Bot project 2024-11-25 12:52:47 +01:00
pyproject.toml feat: Initializes Matrix Redactor Bot project 2024-11-25 12:52:47 +01:00
README.md feat: Initializes Matrix Redactor Bot project 2024-11-25 12:52:47 +01:00

Matrix Redactor Bot