No description
Find a file
Kumi 629718b79f
feat: add inclusive language Matrix bot
Added an inclusive language bot for Matrix chat, which detects and suggests replacements for non-inclusive or unacceptable language based on configurable terms. Bot can send direct messages to users and notify room admins. Included configuration and default dictionary files.

- Added `.gitignore` for virtual environments, build artifacts, and Python cache
- Config YAML template and default inclusive dictionary terms
- Required dependencies listed in `requirements-dev.txt`
2024-08-19 17:08:37 +02:00
dictionary feat: add inclusive language Matrix bot 2024-08-19 17:08:37 +02:00
.gitignore feat: add inclusive language Matrix bot 2024-08-19 17:08:37 +02:00
bot.py feat: add inclusive language Matrix bot 2024-08-19 17:08:37 +02:00
config.dist.yaml feat: add inclusive language Matrix bot 2024-08-19 17:08:37 +02:00
requirements-dev.txt feat: add inclusive language Matrix bot 2024-08-19 17:08:37 +02:00