Hi friends,
In this post, I'll share with you a python script to determine the top 10 visited websites using your Chrome browser. The python script given below does the following four important tasks which are implemented using four different functions:
Note: The script requires the Chrome Browser to be closed during execution.
In this post, I'll share with you a python script to determine the top 10 visited websites using your Chrome browser. The python script given below does the following four important tasks which are implemented using four different functions:
- Finding the location of the Chrome history database
- Executing the query on the database to get the URLs visited and associated information
- Count the URLs visited from the information obtained from the results of the above query
- Plot the results of top ten most frequently visited URLs
Note: The script requires the Chrome Browser to be closed during execution.
Hello admin can we direct run this in python compiler or we need to do some extra things?
ReplyDeleteYou just need Python to run the above script.
Delete