I have written a Chrome extension that periodically currently outputs the scraped data to the console log. I want to get this data into a Python script to manipulate and graph it, as I am too unfamiliar with JS to do so within a the extension.
I don't mind how it gets into a Python script, but it should preferably be in a way that is easy to update frequently.
I apologise for my lack of JS knowledge. :)