Note: This is a modified copy of BannerClick's analysis files for use in Duke CS+ 2023: Web Cookie Security and Privacy.
- To create a conda environment for this repository, run:
conda create --name dataverse --file reproducibility/requirements.txt
- Activate your new environment with:
conda activate dataverse
-
Download sample data or create your own data using BannerClick.
-
Put the data in the directory
reproducibility/data/desktop/detectedBanner/
. -
Run
analysis.ipynb
to analyze the data.
Empty directories are not tracked by Git, so you may need to add them manually. Look at the analysis.ipynb
error logs for details.