A python library for anti-captcha.com

A python library for anti-captcha.com Documentation for the API Requirements Install git clone https://github.com/ShayBox/AntiCaptcha.git cd AntiCaptcha $ poetry build $ pip install dist/AntiCaptcha-0.1.0.tar.gz –user Usage from anticaptcha import AntiCaptcha captcha = AntiCaptcha(“API KEY”) captcha.solve({“TASK”: “OBJECT”}) GitHub View Github    

Read more