Answer the question
In order to leave comments, you need to log in
How to parse dynamically updated pages?
There is a task to parse a site with exchange rates - https://kurs2015.ru/
The essence of the question is whether it is possible using Pyhton's libraries to load a page once, and then just get page updates. Roughly speaking, do not load the page again (and you will need to do this often, so I'm afraid to catch a ban), but simply analyze what data the script sends to the page.
Answer the question
In order to leave comments, you need to log in
You need to debug this page and see where it downloads updates from. DevTools to the rescue.
Most likely there is a regular ajax request
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question