Update 'README.md'

This commit is contained in:
hackerncoder 2021-08-27 18:36:28 +02:00
parent 845d471185
commit 8532be184a

View file

@ -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). 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. 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. plotter2.py takes in trackingv2.csv, generates trackingv2.frac.csv, and spits out the second graph seen on my blog post.