Skip to content

AvoCloud-net/SafeText

Repository files navigation

SafeText

Developed by Red_Wolf2467

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.

Set up

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

Info

The server uses "1652" as the default port.