#What? The purpose of this script is to create an html file which images from a squid access log are loaded into img tags and outputed to standard html.
#How? To run this script its simple.
python main.py -i /var/log/squid/access.log -o output.html
To view all the options use the
python main.py -h
#Advanced use? this command shows how you can tell how many images to load and what IP to look for.
python main.py -i /var/log/squid/access.log -o output.html -x <amount> -a <ip>
Copyright (C) 2014 Aden Tranter