CaptchaHarvester
CaptchaHarvester copied to clipboard
Solve captchas yourself without having to pay for services like 2captcha for use in automated projects.
Hi, somehow the captcha never solve itself. ```py pystyle.Write.Print("\t[*] Solving captcha... please be patient!\n", pystyle.Colors.yellow, interval=0) harvester = Harvester('0.0.0.0', 7777) captchatokens = harvester.intercept_hcaptcha(domain='discord.com', sitekey=SITE_KEY) server_thread = threading.Thread(target=harvester.serve, daemon=True) server_thread.start() while...
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.14.5. Commits 566ffca Bump pylint to 2.14.5, update changelog 1b82319 Allow lists of default values in parameter documentation for Numpy (#7149) 8af7472 Fix disabling of...
Bumps [twine](https://github.com/pypa/twine) from 3.6.0 to 4.0.1. Release notes Sourced from twine's releases. 4.0.1 https://pypi.org/project/twine/4.0.1/ Changelog 4.0.0 https://pypi.org/project/twine/4.0.0/ Changelog 3.8.0 https://pypi.org/project/twine/3.8.0/ Changelog 3.7.1 https://pypi.org/project/twine/3.7.1/ Changelog 3.7.0 https://pypi.org/project/twine/3.7.0/ Changelog Changelog Sourced from...
Hi, I'm trying to configure CaptchaHarvester with FlareSolver from ngosang, but when I run harvester I get the error "harvester: error: the following arguments are required: type, -k/--site-key, -d/--domain" I'm...
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.0 to 2.15.3. Commits 403dac6 Bump pylint to 2.15.3, update changelog 38e2784 Bump astroid to 2.12.10 f5e168e Fix undefined-loop-variable with NoReturn and Never (#7476) fbc9e66 Accept a...
```py Traceback (most recent call last): File "/root/tools/pythonscripts/main.py", line 1206, in run_normal run_token(token, token_raw, headers_tls, token_proxy) File "/root/tools/pythonscripts/main.py", line 1135, in run_token join_data = join_captcha(response, token, server_task, total_servers, invite, token_proxy,...
Hello, based on the example provided, it don't shows if and how passing proxies, rqdata and rqtoken is supported. https://github.com/NoahCardoza/CaptchaHarvester/blob/master/example.py Would be nice if anyone can help me out there
I made an api to solve hcaptcha, recaptcha and others It is working perfectly but now I want to make a server that solve captcha for me so that my...
Can you paste some recaptcha v3 example, and if possible can you tell me how did ou actually solved recaptcha v3