Chatfilter Server is a program that hosts an API server. With this API, messages are checked for so-called badwords using a Levenshtein.
Clone this project using the following commands:
git clone https://github.com/rwolf2467/Chatfilter-Server.git
Install all required dependencies:
pip install -r requirements.txt
Start the server:
python server.py
The server uses "1652" as the default port.