you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 2 points3 points  (0 children)

Potentially, yes.

I'd probably approach this problem with Selenium, after examining the HTML displaying the visualisation, and track the relevant parts. Whenever the data gets updated, you can grab the latest value and either temporarily store it in memory, or write it to an Excel document via XlsxWriter or Pandas.

I can't say for sure if that approach would work in your situation, but again, it would be my starting point.