Saturday 22 August 2020

fetching data from chrome browser's network panel

I am working on data scraping from a website. I download the data.json file from the Network panel of the browser's inspect element. Then read the JSON file locally to store the results. My problem is that I want to make this script fetch automatically this data.json file every couple of hours and record the information.



from fetching data from chrome browser's network panel

No comments:

Post a Comment