From 8532be184af79f9ee05dc5e294b8dc81f6213835 Mon Sep 17 00:00:00 2001 From: hackerncoder Date: Fri, 27 Aug 2021 18:36:28 +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 95d4fef..331292b 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. 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` +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,all,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.