Commit graph

2 commits

Author SHA1 Message Date
0f58772c26
refactor: rename InclusiveLanguageBot to AwarenessBot
Renamed the InclusiveLanguageBot class and its instances to AwarenessBot
for better alignment with the bot’s broader focus on awareness beyond
just language inclusivity.
2024-08-25 13:53:41 +02:00
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