2captcha / 2captcha-python

Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, сloudflare turnstile, funcaptcha, geetest and solve any other captchas.
https://pypi.org/project/2captcha-python
MIT License
532 stars 91 forks source link

Add RQData. #61

Closed CodecNomad closed 1 year ago

CodecNomad commented 1 year ago

Impossible to solve discord requests if you don't have that anymore, thanks.

kratzky commented 1 year ago

Just add data parameter to hcaptcha method call like:

result = solver.hcaptcha(sitekey='10000000-ffff-ffff-ffff-000000000001',
                            url='https://www.site.com/page/', 
                            data='value')
CodecNomad commented 1 year ago

thanks