Prototype of awstats replacement in Python (collect and generate graphs from Apache logs)
First generate the geoip.sqlite database of countries:
$ ./start_geoip.shThen test it:
$ ./geoip.py 207.97.227.239
country: United States code: USBasic parser is in parser.py, happy reading !
$ ./wsorter.py ./logs/final/2012/01/This will create the directory ./logs/final/2012/01-new/ with the merged logs...