V
V
Vladislav Vozian2018-09-20 20:37:37
Python
Vladislav Vozian, 2018-09-20 20:37:37

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

2 answer(s)
D
Dimonchik, 2018-09-20
@dimonchik2013

look for python parse websocket data

N
Nikita Kamenev, 2018-09-22
@NickStone

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 question

Ask a Question

731 491 924 answers to any question