Skip to main content

2captcha.io

Project description

2captcha.io

This library is for captcha solving

Use this library like this

from captcha6 import CAPTCHAv 

api = ""
websiteKey = ""
websiteURL = ""

CAPTCHAv.CAPTCHAv2(api,websiteKey,websiteURL)

CAPTCHAv.CAPTCHAv3(api,websiteKey,websiteURL)

1 Here is an example that explains more

CAPTCHAv2 :

from captcha6  import CAPTCHAv 


api = ""
websiteKey = "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
websiteURL = "https://google.com/recaptcha/api2/demo"


A2 = CAPTCHAv.CAPTCHAv2(api,websiteKey,websiteURL)
print(A2)

# B3 = CAPTCHAv.CAPTCHAv3(api,websiteKey,websiteURL)
# print(B3)

2 Here is an example that explains more

api = ""
websiteKey = "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
websiteURL = "https://google.com/recaptcha/api2/demo"


A2 = CAPTCHAv.CAPTCHAv2(api,websiteKey,websiteURL)
if "False" == A2:
    print("Verify the information you entered  Also check the internet")
else:
    print(A2)

3 Here is an example that explains more

from captcha6  import CAPTCHAv 


api = ""
websiteKey = ""
websiteURL = ""


A2 = CAPTCHAv.CAPTCHAv2(api,websiteKey,websiteURL)
print(A2)

B3 = CAPTCHAv.CAPTCHAv3(api,websiteKey,websiteURL)
print(B3)

From here register on the site

Link

The developer of this library

2captcha.io

https://2captcha.io/auth-sign-in.php

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

captcha6-0.6.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page