Python Selenium UC vs Other Options for Anti-Bot Detection

GoldenDawn369

Newbie
Joined
Feb 11, 2024
Messages
2
Reaction score
1
Hello everyone I'm currently using selenium + undetected chromedriver for session based web automation and my client would like to launch this to a full scale application I was wondering if what I'm doing now will be sufficient for it not to get detected on a larger scale and get everyones accounts banned. What would be better options I'm willing to move to another language if it's much better but I'd like to know the differences in the technologies and for what reasons are they better/worse for mimicking a VA's humanlike behaviour
 
depends on the website you are botting, some websites would be fine. would need better context you give you concrete answer.
 
I've had success automating tiktok with java. You want to keep a database that stores all the accounts along with their cookies and the proxies you are using.
 
Hello everyone I'm currently using selenium + undetected chromedriver for session based web automation and my client would like to launch this to a full scale application I was wondering if what I'm doing now will be sufficient for it not to get detected on a larger scale and get everyones accounts banned. What would be better options I'm willing to move to another language if it's much better but I'd like to know the differences in the technologies and for what reasons are they better/worse for mimicking a VA's humanlike behaviour
As long as your IP and fingerprinting is in order you should be good to go, though I feel like for larger scale operation selenium isn’t the way to go.
 
I'm interesting in different counter measures myself. I have never used proxy IPs or had to solve a CAPTCHA. I've made spiders with Selenium and now use the Scrapy framework. Specifically with Splash/LUA in-bedded in Scrapy and implementing Splash via a docker web server. I'm curious how much this would help evade detection VS Selenium.
 
Back
Top