Script can get top of IP's that appear in log and print list of user-agent from selected IP. This may help to find unwanted crawlers or scrappers.
##Requirements:
- Apache log file downloaded from your server
##Instructions:
- Put decompressed file with mask name "*access.log*" in script folder.
- Run "main.py".
- Enter IP to search for user-agent.
- Result will be printed to the Python console.
##Notice:
- only first found "access.log" file analyzed