├── README.md ├── analyzer.py ├── log_parser.py ├── report_generator.py ├── report_sample.png └── run.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iomoath/web-log-analyzer/HEAD/README.md -------------------------------------------------------------------------------- /analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iomoath/web-log-analyzer/HEAD/analyzer.py -------------------------------------------------------------------------------- /log_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iomoath/web-log-analyzer/HEAD/log_parser.py -------------------------------------------------------------------------------- /report_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iomoath/web-log-analyzer/HEAD/report_generator.py -------------------------------------------------------------------------------- /report_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iomoath/web-log-analyzer/HEAD/report_sample.png -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iomoath/web-log-analyzer/HEAD/run.py --------------------------------------------------------------------------------