Introduction

Welcome to python3-anticaptcha

Capsolver's Banner
At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.

PyPI version Python versions Downloads

Code Climate Codacy Badge codecov

Build check Installation check Test Lint

Python 3 library for AntiCaptcha service API.

Tested on UNIX based OS.

The library is intended for software developers and is used to work with the AntiCaptcha service API.


You can check our other projects here - RedPandaDev group. For example - Torrents Tracker bot for Telegram.


How to install?

We recommend using the latest version of Python. python3-anticaptcha supports Python 3.7+.

pip

pip install python3-anticaptcha

Source

git clone https://github.com/AndreiDrang/python3-anticaptcha.git
cd python3-anticaptcha
python setup.py install

How to test?

  1. You need set API_KEY in your environment(get this value from you account).

  2. Run command make tests, from root directory.