Hello Guys,
im pretty new to Python and im playing arround with it and wrote some first tools i could use successfully. Now i want to write a little Bot to train my skills a bit further.
My understanding so far is, that Selenium headless is very slow compared to requests but the advantage could be, that i could simulate a human being more easily? Is that correct?
So my plan is to automate the login to a certain page and upload stuff on it afterwards. As the website is pretty good secured i would need to spoof UA (which should be easy) but also i need to spoof a unique Canvas Fingerprint and Web GL Renderring and maybe even the Audio Prints.
So for this purpose, which would be the better choice and why?
Thanks a lot!
im pretty new to Python and im playing arround with it and wrote some first tools i could use successfully. Now i want to write a little Bot to train my skills a bit further.
My understanding so far is, that Selenium headless is very slow compared to requests but the advantage could be, that i could simulate a human being more easily? Is that correct?
So my plan is to automate the login to a certain page and upload stuff on it afterwards. As the website is pretty good secured i would need to spoof UA (which should be easy) but also i need to spoof a unique Canvas Fingerprint and Web GL Renderring and maybe even the Audio Prints.
So for this purpose, which would be the better choice and why?
Thanks a lot!