Bohdan

Results 11 comments of Bohdan

Sadly, nowadays the script feels very bad with tor proxy. So much so that now it is more efficient to use local IP without proxy I'm slowly working on solving...

Update Turns out that the undetected-chromedriver didn't really changed anything much But I plan to add support for 2Captcha service (paid, but cheap) soon, which should completely remove this error.

@Ciccioposticcio It's worth re-opening this issue, since it's still a problem with this library. The **distutils** has been removed from the python standard library, so the author need to either...

It looks like this may be happening for the following reasons: - IP detection - Email detection - too many accounts per account or suspicious mail (if using random mails)...

> hi so does that mean that this script does not work ? No, the script works, but if you have a bad proxy, accounts can be quickly banned

Good idea, I'll add it a bit later If you want it right now, change line 156 of **create_accounts.py** file to look like this: ```python else: logger.warning('Email verification failed. Skipping...')...

Are you sure about that? As I tested, undetected chromedriver makes 0 difference with regular selenium and captcha only checks your IP

Yea, but I want to make sure you're aware that any IP is blocked if the captcha is solved +- 5+ times using audio. Even a home IP. Because when...

I'm a little confused about your issue If you propose to use pure requests instead of selenium, it is impossible because of reddit protection.

> The most challenging part is solving the reCAPTCHA. nothing other then that That's exactly what I'm talking about First of all, in order to invoke captcha at all, you...