wdf-server is the server part of the "Web Digital Footprints and Data Privacy" project from SDIPI.
This project requires at least Python 3.6.0 installed and a running MySQL instance.
Admitting you invoke python using python3.6, install the required dependencies listed in requirements.txt using pip :
python3.6 -m pip install -r requirements.txt
After that, download the nltk entire corpus :
python3.6 -m nltk.downloader all
You'll also need to set some parameters :
- Rename the file
config.ini.exampletoconfig.iniand fill in the informations to connect to your MySQL database.
Simply run wdf-server.py :
python 3.6 wdf-server.py