2Captcha team solves your CAPTCHA with high accuracy
pip install captcha2upload
git clone https://github.com/Mirio/captcha2upload.git
cd captcha2upload
python setup.py install
Register Here And get the api key:
- Login in your account
- Go to "2Captcha 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>)