From 26c0d96a12caea65c233b445afdfd1fa741d3b3e Mon Sep 17 00:00:00 2001 From: hackerncoder Date: Thu, 19 Aug 2021 18:34:29 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f9ac9..95d4fef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This is the source code for my [Tracking HSDirs and the version of Tor they run](http://vswlq76wfepryasa7chvwkey5aeh5vqwpwjhcga7hjsodfsp6idghpyd.onion/tracking-hsdirs-and-the-version-of-tor-they-run) (onion link). -trackingv2.py downloads the consensus and spits out trackingv2.csv, all plotters built upon it. +trackingv2.py downloads the consensus and spits out trackingv2.csv, all plotters built upon it. As is written right now: You need a `consensus` file that it can remove. You will also want to manually make a trackingv2.csv with this header (otherwise plotter.py will error out): `v2,nonv2,datetime` plotter.py takes in trackingv2.csv and spits out the first graph seen on my blog post. plotter2.py takes in trackingv2.csv, generates trackingv2.frac.csv, and spits out the second graph seen on my blog post.