Official anti-captcha.com library
Project description
Official anti-captcha.com library for solving images with text, Recaptcha v2/v3, Funcaptcha and GeeTest.
>>> pip install anticaptchaofficial
from anticaptchaofficial.recaptchav2proxyless import *
solver = recaptchaV2Proxyless()
solver.set_verbose(1)
solver.set_key("YOUR_API_KEY")
solver.set_website_url("https://website.com")
solver.set_website_key("SITE_KEY")
g_response = solver.solve_and_return_solution()
if g_response != 0:
print "g-response: "+g_response
else:
print "task finished with error "+solver.error_code
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anticaptchaofficial-1.0.22-py2-none-any.whl.
File metadata
- Download URL: anticaptchaofficial-1.0.22-py2-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1b44f96a2e680d716eeec9c35c412da9f373aec4fe6d8cc5571884406610536
|
|
| MD5 |
11558697725c0ea4a4d3c6ade8d17082
|
|
| BLAKE2b-256 |
dc647353003f28808faba76cbb1bd17579f9057027c5668f35ebe05ecd78f59b
|