Bohdan
Bohdan
@ZakariaMQ How did you do it? Let me guess, just by skipping the captcha solving step? Because if so, it's still unclear how to implement registration only on http requests
By the way it would be nice to somehow be able to adjust timeouts like [here](https://github.com/thicccat688/selenium-recaptcha-solver/blob/a654982b23aaabed28ab33e04b891d3c99bbe101/selenium_recaptcha_solver/solver.py#L84), because with my slow proxy it very often doesn't wait for some elements to...
Hello Alas, I couldn't figure out a quality way for the class-based approach to detect multiple audio challenges you are talking about, so I'll leave it to you But I'm...
Hi, seems like you're using the library incorrectly. In this line: ```python email = EMail(msg.body) ``` You are trying to pass `msg.body` to `EMail`, but EMail only accepts address ([email protected])
Hi! If you have recaptcha error, it means that there are too many solve requests coming from your IP (your proxy). Maybe the "cleanliness" of the proxy also matters, but...
Reddit has a very strict bot protection system. If 2-3 accounts registered from the same IP, you can have those accounts banned pretty soon, even from your home ip (don't...
You don't need code, everything happens in the proxies.txt file. Script will use each proxy in the file in order for each account You can use either a rotating proxy...
Yes, your screenshot shows how to add regular proxies. For rotating proxy it's enough to use only one entry, for example user:[email protected]:5258. But note that there are static proxies that...
Well, there are inconsistencies in what you're saying. You don't need a vpn, you just need proxies If reddit limits you to 1 account per 10 minutes, then you're registering...
Yea, bans is a problem. Reddit has a very advanced anti-bot system and these accounts aren't really suitable for commenting Although you can make upvotes from these accounts, but if...