Best tool to automoted firefox work or chrome work

EtheljrMoss

Banned - Multiple Rules Violations
Joined
Jun 22, 2022
Messages
157
Reaction score
52
I am creating reddit and other social media accounts for future. I am using ubot but that is not helping me to solve captcha automatically

do you have any recommendation for software for automation
 
It’s a bit more heavy weight than ubot, but Selenium is my preference. It’s more coding, but if you want multiple threads running at the same time and data based actions, it works well. For heavy duty automation, it works well
 
You can also get your own custom tool developed.
But check out Python, a lot of easy solutions exist for simple tasks. Beware that most of these solutions are easily caught by anti-bot measures.
 
Puppeteer for node, or selenium for python should do the job just fine. As for the captcha, it depends. If the captcha is simple, you could try a ocr service (would be far cheaper, even free if there’s not many to solve) to crack it. If it’s a complicated one like recaptcha, there are multiple captcha solving services out there. Either ways, you will end up downloading the captcha image and sending it to the api programmatically, if it’s an image based one.
 
Puppeteer for node, or selenium for python should do the job just fine. As for the captcha, it depends. If the captcha is simple, you could try a ocr service (would be far cheaper, even free if there’s not many to solve) to crack it. If it’s a complicated one like recaptcha, there are multiple captcha solving services out there. Either ways, you will end up downloading the captcha image and sending it to the api programmatically, if it’s an image based one.

how hard is selenium for python as a learning?
 
how hard is selenium for python as a learning?
If you know python, it’s pretty easy. Be sure to use an ide for code hinting. I prefer using vscode for the same, but pycharm is also a good option.
 
python or java with Selenium+chrome/firefox+addons for fingerprint might help. Yes, coding required to do on your own. there are some firefox addons too for captcha solving.
 
python or java with Selenium+chrome/firefox+addons for fingerprint might help. Yes, coding required to do on your own. there are some firefox addons too for captcha solving.

i tried but no luck so far for captcha solving

ofc not. u need to use it togethere with other script, basicly any captcha solver. and use win to use it and copy paste it.
that is what i am missing. On ubot i am able to solve simple captcha but recaptcha is pain
 
Problem is not selenium itself. Problem is avoiding the anti-bot features that most sites have. I personally use AI on my bots to do this.
like human delay and others?
 
Not just but also that. Reddit for example detects your browser fingerprint which has nothing to do with Slenium
How about dolphin anty and other browser solution?

are they good?
 
Back
Top