SafeText is an API server that checks texts for so-called bad words. SafeText is being actively developed and is used by our DiscordBot Baxi and our Minecraft plugin AvoFilter. SafeText works with the help of the Levenstein, the results of which are made available by the API.
Clone this project using the following commands:
git clone https://github.com/AvoCloud-net/SafeText.git
Install all required dependencies:
pip install -r requirements.txt
Start the server:
python server.py
The server uses "1652" as the default port.