- This project is a folk from Mirio/captcha2upload
- Fix so that it can work with Python3
2Captcha team solves your CAPTCHA with high accuracy
pip install captcha2
git clone https://github.com/nikoladang/captcha2.git
cd captcha2
python setup.py install
Register Here And get the api key:
- Login in your account
- Go to "2Captcha API"
- Get "CAPTCHA Key"
from captcha2 import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>)
print captcha.solve(<PATHFILE>)
from captcha2 import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>)
print captcha.getbalance()
from captcha2 import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>, log=<YOURLOGVAR>)
print captcha.getbalance()
from captcha2 import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>, waittime=<YOURLOGVAR>)
print captcha.solve(<PATHFILE>)