This is a self made project to parse log files with a python script
- The main idea of this project is to find ways to parse a log file and extract meaningful data from it
- There is a sample log file provided which I will attempt to parse to extract data like IP addressed, request types etc
- Sample parse file defines 3 functions here
- Read file: Read a sample log file and extract all IP addresses mentioned using a regular expression
- Count IP: Count the frequency of each IP
- Create CSV: Gather data from the above two functions and export it to a CSV file