This repository contains code related to a deep dive in the Next Generation Internet report D1.8.
Install and activate a virtual environment containing necessary modules, excecute the following code in your terminal:
git clone https://github.com/AU-DATALAB/NGI-FB-privacy # Clone repository to local machine or server
cd NGI-FB-privacy # Change directory to the repository folder
bash create_venv.sh # Creates a virtual environment
Every time you wish to run any of the scripts, please type the following commands:
source fb_privacy/bin/activate # Activates virtual environment
The project is licensed under the MIT License - see the LICENSE.md file for details