- Official page: github.com
- 2Captcha users this week: 1768
-
This software is designed to work with any site
Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, funcaptcha, geetest and solve any other captchas.
Solving of any type of captcha: Normal Captcha, Audio Captcha, Text Captcha, reCAPTCHA v2, reCAPTCHA v3, FunCaptcha, GeeTest, GeeTest v4, Lemin Cropped Captcha, Cloudflare Turnstile, Amazon WAF, KeyCaptcha, atbCAPTCHA, Capy, Grid, Canvas, ClickCaptcha, Rotate, MTCaptcha, Friendly Captcha, Cutcaptcha.
Installation
This package can be installed with Pip:
Configuration
TwoCaptcha instance can be created like this:
Also TwoCaptcha support instance options.
Examples:
- reCAPTCHA v2
- Normal Captcha
- ClickCaptcha (coordinate captcha)
- Cloudflare Turnstile
- reCAPTCHA v3
- GeeTest
- GeeTest v4
- Amazon WAF
- MTCaptcha
Proxy:
The library supports the use of proxies to solve captchas.
For better efficiency, it is recommended to buy residential proxy 2captcha, which will provide you with a stable connection and minimal risk of being blocked.
Solving of any type of captcha: Normal Captcha, Audio Captcha, Text Captcha, reCAPTCHA v2, reCAPTCHA v3, FunCaptcha, GeeTest, GeeTest v4, Lemin Cropped Captcha, Cloudflare Turnstile, Amazon WAF, KeyCaptcha, atbCAPTCHA, Capy, Grid, Canvas, ClickCaptcha, Rotate, MTCaptcha, Friendly Captcha, Cutcaptcha.
Installation
This package can be installed with Pip:
pip3 install 2captcha-python
Configuration
TwoCaptcha instance can be created like this:
from twocaptcha import TwoCaptcha
solver = TwoCaptcha('YOUR_API_KEY')
Also TwoCaptcha support instance options.
Examples:
- reCAPTCHA v2
- Normal Captcha
- ClickCaptcha (coordinate captcha)
- Cloudflare Turnstile
- reCAPTCHA v3
- GeeTest
- GeeTest v4
- Amazon WAF
- MTCaptcha
Proxy:
The library supports the use of proxies to solve captchas.
For better efficiency, it is recommended to buy residential proxy 2captcha, which will provide you with a stable connection and minimal risk of being blocked.