Introduction¶
Welcome to python3-anticaptcha¶
Capsolver¶
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.
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?¶
You need set
API_KEY
in your environment(get this value from you account).Run command
make tests
, from root directory.