Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2014-01-13 | 1.1 kB | |
PynDora-0.1-prealpha.zip | 2014-01-13 | 770.4 kB | |
PynDora-0.1-prealpha.tar.gz | 2014-01-13 | 696.3 kB | |
Totals: 3 Items | 1.5 MB | 0 |
Hello and Welcome to PynDora, a weblog parser and visualizer written in Python. Features: * It can run under Python 2 and 3. * It currently supports only IIS 6 weblogs - soon Apache and IIS 7. * Creates report in HTML format. * It's in pre-alpha stage. To use it you have to extract in a folder and: 1. Download "GeoLite City" database from http://dev.maxmind.com/geoip/legacy/geolite/ and extract it in subfolder "geoipdb" (must be named "GeoLiteCity.dat"). 2. Place you webserver logs in subfolder "Webserver_Logs". 3. Run it with: python Log_Parser.py OR python3 Log_Parser.py 4. Your current default web browser should open automatically with the results, if not ope the .html file created in subfolder "Results". It uses code from: * pygeoip - https://pypi.python.org/pypi/pygeoip * markup.py - http://markup.sourceforge.net/ * pychart - http://home.gna.org/pychart/ and country flags from http://icondrawer.com/ Suggestions, bugs, questions to: christosvas@in.gr PS: I would also appreciate samples of various other webserver logs such as IIS7, nginx and others...