Minimum requirements for simple analysis:
pip3 install -r evaluation/min_requirements.txt
All requirements:
pip3 install -r requirements.txt
- https://github.com/ooni/probe-cli/releases
probe-cli/internal$ go build ./cmd/miniooni
- Initialize
miniooni
by consenting to the risks of running OONI, e.g. with this command:
./miniooni --yes -i https://ooni.org urlgetter
-
runscript.py [-h] -u URLS -p MINIOONI_PATH
, where URLS is the generated input file and MINIOONI_PATH leads to the location of the miniooni executable (internal/miniooni
) -
on remote machine:
torsocks ssh HOST
nohup python3 runscript.py -u URLS.txt -p ./miniooni &