Skip to content

Upload your image and solve case sensitive normal captcha using the 2Captcha Service

License

Notifications You must be signed in to change notification settings

headout/captcha2uploadcasesensitive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2Captcha

2Captcha team solves your CAPTCHA with high accuracy

How to install?

pip

pip install captcha2upload

Source

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"

Example

Solve Captcha

from captcha2upload import CaptchaUpload

captcha = CaptchaUpload(<YOURKEY>)
print captcha.solve(<PATHFILE>)

Get balance

from captcha2upload import CaptchaUpload

captcha = CaptchaUpload(<YOURKEY>)
print captcha.getbalance()

Attach the logs

from captcha2upload import CaptchaUpload

captcha = CaptchaUpload(<YOURKEY>, log=<YOURLOGVAR>)
print captcha.getbalance()

Change Wait Time

from captcha2upload import CaptchaUpload

captcha = CaptchaUpload(<YOURKEY>, waittime=<YOURLOGVAR>)
print captcha.solve(<PATHFILE>)

About

Upload your image and solve case sensitive normal captcha using the 2Captcha Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%