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
from captcha6 import CAPTCHAv
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
The developer of this library
2captcha.io
https://2captcha.io/auth-sign-in.php
Project details
Release history Release notifications | RSS feed
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.7.tar.gz
(2.1 kB
view details)
File details
Details for the file captcha6-0.7.tar.gz.
File metadata
- Download URL: captcha6-0.7.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4308547ce28bf1783fd57214461a8a48539926db9ddb6a6c718363ea795783e3
|
|
| MD5 |
2547051607224e449a28ae6a2e811e6c
|
|
| BLAKE2b-256 |
2916d79643345325d2c1f4c8462b98adf4777b70886037987182de96ec06e9d0
|