AZcaptcha.com team solves your CAPTCHA with high accuracy
git clone https://github.com/AZcaptcha/captcha2upload.git
cd captcha2upload
python setup.py install
Register Here And get the api key:
- Login in your account
- Go to "AZcaptcha API"
- Get "CAPTCHA Key"
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>)
print captcha.solve(<PATHFILE>)
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>)
print captcha.getbalance()
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>, log=<YOURLOGVAR>)
print captcha.getbalance()
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>, waittime=<YOURLOGVAR>)
print captcha.solve(<PATHFILE>)