SUMMARY
Hello all, I am currently working on a project that requires me to mine data from websites so i can work with it later. I have been using cURL to accomplish pretty much all the needs i have had thus far. I ran into a complication that cURL is not capable of hanlding and if someone could just point me in the right direction that would be awesome. I am compleltely combfortable if the solution needs to be in a different language if thats necessary.
WHAT I AM TRYING TO ACCOMPLISH
I am trying to mine data from a website that requires me to login and then make clicks to present the relevant data. The website I am trying to mine from is essentially run on Javascript so unless i can emulate these clicks I cannot get the information i need to be displayed. If someone could suggest a potential route for mining data from a Javascript based site that would be great
Thanks in advance