Skip to content

Commit 3f3637a

Browse files
Add hcaptcha docs
1 parent 4f2aa96 commit 3f3637a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Need help integrating with your Python app or automation tools? [Open an issue](
5757
- [Text Captcha](#text-captcha)
5858
- [reCAPTCHA v2](#recaptcha-v2)
5959
- [reCAPTCHA v3](#recaptcha-v3)
60+
- [hCaptcha](#hcaptcha)
6061
- [FunCaptcha](#funcaptcha)
6162
- [GeeTest](#geetest)
6263
- [GeeTest v4](#geetest-v4)
@@ -206,6 +207,24 @@ result = solver.recaptcha(sitekey='6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
206207
param1=..., ...)
207208
```
208209

210+
### hCaptcha
211+
212+
<sup>[API method description.](https://solvecaptcha.com/captcha-solver-api#solving_hcaptcha)</sup>
213+
214+
Use the following method to solve hCaptcha and retrieve a token for bypassing the protection.
215+
216+
```python
217+
result = solver.hcaptcha(sitekey='bf8ccfbf-6a05-45f6-982a-7a7964c2f50c',
218+
url='https://portalunico.siscomex.gov.br',
219+
invisible=0,
220+
domain='hcaptcha.com',
221+
# proxy={
222+
# 'type': 'HTTPS',
223+
# 'uri': 'login:password@IP_address:PORT'
224+
# }
225+
)
226+
```
227+
209228
### FunCaptcha
210229

211230
<sup>[API method description.](https://solvecaptcha.com/captcha-solver-api#solving_funcaptcha_new)</sup>

0 commit comments

Comments
 (0)