2captcha-python icon indicating copy to clipboard operation
2captcha-python copied to clipboard

Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.

Results 20 2captcha-python issues
Sort by recently updated
recently updated
newest added

Hey man! Could you guide me with this? What am I doing wrong? async def send_message(self, message, api_key: str): headers = self.__get_headers() async with self.__session.post( f"{self.BASE_URL}{self.TYPE_ENDPOINT_START}{self.channel_id}{self.TYPE_ENDPOINT_END}", headers=headers, ) as response:...

Code to implement locates at https://github.com/2captcha/2captcha-python/blob/08e8e00d39e1f7581df74479e74a8a46a8e1d827/twocaptcha/solver.py#L594 As in documentation: > List of GET request parameters for http://2captcha.com/res.php > > json Integer > Default: 0 No 0 - server will send...

This PR adds support for Arch Linux, so this package can be easily installed on Arch Linux.

Hi there, I have tried four times to solve FunCaptcha, but it always returns ERROR_CAPTCHA_UNSOLVABLE after waiting for 40-80sec. Any thoughts why? I tried both the python wrapper and URL...

### Describe the issue The ReCAPTCHAv2 code returned by the 2captcha-python library is not working for this [URL](https://reportcontent.google.com/forms/dmca_search?hl=en&utm_source=wmx&utm_medium=deprecation-pane&utm_content=legal-removal-request) There are no errors present when sending a request, or receiving the...

- Added `tencent` method to `solver.py` - Added captcha solution examples `tencent.py` and `tencent_options.py` - Added test `test_tencent.py`

- Updated the “see more info in the API docs” link in the `README.md` file - Added a description of methods supporting proxies for the solution and information about whether...

Hello. I am trying to solve captcha on Instagram, however it doesn't work. I keep getting `ERROR_CAPTCHA_UNSOLVABLE`. I believe I need to pass the cookies, user-agent and proxy I used...

Would you accept a PR that adds type hints to this library? What python versions are you targeting? python3.8 or later?