Closed vitopiepoli closed 3 months ago
ESBN changed their website and now there are different options to download the data.
It would be great to be able to decide which file we want to download
My understanding is that the code goes directly to the source of the data. It would be great to know the new schema.
Yes, but the source has changed now.
Agree, we need to know if that is even feasible now.
I'm looking at this.
I have it working now, need to tidy-up the code and will push the changes tomorrow.
That is great. I had to write a bit with selenium to download the csv file and import in my analytics. Would you mind to briefly explain what changed?
Yes, look at comment from @Jesus-M
Sorry, I did not explain myself well.
I have seen that they changed the source but I was wondering what did you change in your code to get the data for the ESB database. Would you also be interested getting the piece of code I wrote to download the 30 minutes csv file?
Closing, code updated to reflect new changes.
The changes work fine, thanks for that, but maybe there is a 'print' missing at the end?
@Jesus-M just add print on json_out.
Yes, that's what I did to test the changes, although in my final use of it, I will go with CSV.
Thanks once again for the work!!
The data is no more available using the code proposed. At line 65 it returns a HTML page, probably error page message. How do we get the new query schema or parameters to be passed?