Have your Sopel bot suggest more inclusive language
Project description
sopel-inclusivity
Have your Sopel bot suggest more inclusive language
Installing
Releases are hosted on PyPI, so after installing Sopel, all you need is pip
:
$ pip install sopel-inclusivity
Requirements
The sopel-inclusivity
plugin is compatible with Sopel 7.1 or higher, but your
bot must run on Python 3.8 or higher; legacy Python versions are not supported.
Functionality
sopel-inclusivity
suggests better wordings when people don't use inclusive
language in chat. It's inspired by this blog post from 18F, who
added a similar feature to their Slack rooms. It only deals with use of the word
"guys" for now, but PRs are welcome to add coverage of more vocabulary.
Changelog
0.3.0
First release as sopel-inclusivity
, replacing sopel_modules.inclusivity
.
Changed:
- Updated compatibility for Sopel 8
- Minimum Sopel version is now 7.1
- Use newer
search
rule type, instead of bookending pattern with.*
Meta:
- Packaging converted to
pyproject.toml
and modernized- Package name has changed:
sopel_modules.inclusivity
→sopel-inclusivity
- Package name has changed:
- Author & Maintainer metadata corrected to credit embolalia as the creator
0.2.0
Changed:
- Updated compatibility for Sopel 7
0.1.0
Initial release of sopel_modules.inclusivity
.