Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 373 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 373 Bytes

AntiCaptcha

A python library for anti-captcha.com

Documentation for the API

Requirements

Install

$ pip install git+https://github.com/ShayBox/AntiCaptcha.git

Usage

from anticaptcha import AntiCaptcha

captcha = AntiCaptcha("API KEY")
captcha.solve({"TASK": "OBJECT"})