Skip to content

maxwellmlin/IMC2024-CookielessBrowsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMC2024-CookielessBrowsing

This repository contains web crawling and analysis code for the IMC 2024 paper "Browsing without Third-Party Cookies: What Do You See?".

Setup

Only Ubuntu 20.04 LTS is officially supported.

To create the cookie conda environment, execute:

conda env create -f environment.yml

Activate the environment with:

conda activate cookie

Usage

To start a crawl, execute:

python3 sbatch_main.py --jobs <number of slurm jobs>

If you do not have Slurm, you can start a single job using main.py.

After crawling, use extract_differences.py to compute differences in extracted features.

To analyze the differences, use classification_algo.ipynb.

About

Browsing without Third-Party Cookies: What Do You See?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published