/NGI-FB-privacy

Code for deep dive in Next Generation Internet report D1.8

Primary LanguagePythonMIT LicenseMIT

NGI-FB-privacy

This repository contains code related to a deep dive in the Next Generation Internet report D1.8.

See report

Prerequisites

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

License

The project is licensed under the MIT License - see the LICENSE.md file for details