0

I would like to implement a web scrapper wherein I would like to get the XML of a page and store that into some data structure (considering dictionary in python) and then check for any change in the structure of the page, like a change of any div or any attribute inside the div block.

I do not want to check for the change of contents but just the overall structure of the page.

Since I am new to web-scrapping, I would like to ask what should be the best way to implement this?

Thanks

3
  • 1
    Please provide enough code so others can better understand or reproduce the problem. Commented Feb 23, 2022 at 10:52
  • Research making requests with Python, as well as parsing XML in Python. Commented Feb 23, 2022 at 10:53
  • Solution found at: stackoverflow.com/questions/24492895/… Commented Feb 24, 2022 at 11:02

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.