python3-anticaptcha/docs/modules/main/info.md

2.5 KiB

Introduction

Welcome to python3-anticaptcha

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.

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.