Moskil
New member
2Captcha
2Captcha team solves your CAPTCHA with high accuracy
How to install?
pip
Source
How to start?
Register Here And get the api key:
Solve Captcha
Get balance
Attach the logs
Change Wait Time
2Captcha team solves your CAPTCHA with high accuracy
How to install?
pip
pip install captcha2upload
Source
Code:
git clone https://github.com/Mirio/captcha2upload.git
cd captcha2upload
python setup.py install
How to start?
Register Here And get the api key:
- Login in your account
- Go to "2Captcha API"
- Get "CAPTCHA Key"
Solve Captcha
Code:
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>)
print captcha.solve(<PATHFILE>)
Get balance
Code:
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>)
print captcha.getbalance()
Attach the logs
Code:
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>, log=<YOURLOGVAR>)
print captcha.getbalance()
Change Wait Time
Code:
from captcha2upload import CaptchaUpload
captcha = CaptchaUpload(<YOURKEY>, waittime=<YOURLOGVAR>)
print captcha.solve(<PATHFILE>)