I am making a Python program and I need the values from this graph at this link:
to be in a TXT file separated by spaces, or in a CSV file. I was thinking about using JavaScript to write it to a file from the Dev console, but I was struggling to find a way to write to a file using client-side JavaScript.
Any help will be appreciated! :)