I wrote some software myself to data scrape intraday data from barchart.com. On November 1st data will no longer be contained in the html. There is a totally new build of the site coming soon.
I wrote a program to scrape the new site but it is slow as hell and crude to say the least. I guess I should just be happy that I have a solution.
I was wondering if anyone could tell me a better way to scrape https://beta.barchart.com ????
All of my methods were proprietary, I have no knowledge of the more mainstream ways to data scrape with Beautiful Soup, Selenium,Mapit.PY ect..ect..
I am just curious if any of you wizards out there can pull data from it? Thanks.
I wrote a program to scrape the new site but it is slow as hell and crude to say the least. I guess I should just be happy that I have a solution.
I was wondering if anyone could tell me a better way to scrape https://beta.barchart.com ????
All of my methods were proprietary, I have no knowledge of the more mainstream ways to data scrape with Beautiful Soup, Selenium,Mapit.PY ect..ect..
I am just curious if any of you wizards out there can pull data from it? Thanks.
I need to update my tech skills. I should be using APIs instead of building everything from scratch. I was basically just treating the website as one big "string" and parsing the unstructured data from there.