A basic but robust content filter for python.
Content Filter is a basic but robust content filter for python. Content Filter allows you to easily detect language in a message and offers great customizability.
Python 3.6 or higher is required
To install Content Filter, enter the following command in any sort of terminal window or command prompt.
# Linux/OSX
python3 -m pip install content-filter
# Windows
py -3 -m pip install content-filter
If you are interested in contributing to Content Filter, please check out our contribution guide before you get started. Thanks for your interest!
The Content Filter module for Python is licensed under an MIT license.