python3-anticaptcha
Python library for AntiCaptcha.
File Explorer
Download Latest Version (.zip)- bug_report.md
- custom.md
- feature_request.md
- build.yml
- install.yml
- lint.yml
- sphinx.yml
- test.yml
- dependabot.yml
- AntiCaptcha.png
- capsolver.jpg
- favicon.png
- example.rst
- info.md
- example.rst
- info.rst
- example.rst
- info.rst
- example.rst
- example.rst
- example.rst
- example.rst
- example.rst
- info.md
- info.md
- info.md
- example.rst
- example.rst
- example.rst
- info.rst
- example.rst
- conf.py
- index.rst
- make.bat
- Makefile
- AntiCaptcha.png
- capsolver.jpg
- captcha-image-coordinates.jpg
- captcha-image.jpg
- img.png
- constants.md
- enums.md
- index.md
- serializer.md
- altcha.md
- amazon-waf.md
- control.md
- custom-task.md
- friendly-captcha.md
- fun-captcha.md
- gee-test.md
- hcaptcha.md
- image-to-coordinates.md
- image-to-text.md
- index.md
- prosopo.md
- recaptcha-v2.md
- recaptcha-v3.md
- turnstile.md
- captcha-params.md
- config.md
- context-managers.md
- index.md
- utils.md
- aio-instrument.md
- captcha-instrument.md
- index.md
- sio-instrument.md
- AGENTS.md
- index.md
- log.md
- __init__.py
- AGENTS.md
- aio_captcha_instrument.py
- base.py
- captcha_instrument.py
- const.py
- context_instr.py
- enum.py
- serializer.py
- sio_captcha_instrument.py
- utils.py
- __init__.py
- __version__.py
- AGENTS.md
- altcha.py
- amazon_waf.py
- config.py
- control.py
- custom_task.py
- friendly_captcha.py
- fun_captcha.py
- gee_test.py
- image_to_coordinates.py
- image_to_text.py
- prosopo_captcha.py
- recaptcha_v2.py
- recaptcha_v3.py
- turnstile.py
- __init__.py
- __init__.py
- conftest.py
- test_aio_captcha_instrument.py
- test_base.py
- test_captcha_instrument.py
- test_const.py
- test_context_instr.py
- test_enum.py
- test_serializer.py
- test_sio_captcha_instrument.py
- test_utils.py
- __init__.py
- AGENTS.md
- conftest.py
- test_altcha.py
- test_amazon_waf.py
- test_control.py
- test_custom_task.py
- test_friendly_captcha.py
- test_fun_captcha.py
- test_gee_test.py
- test_image_to_coordinates.py
- test_image_to_text.py
- test_prosopo_captcha.py
- test_recaptcha_v2.py
- test_recaptcha_v3.py
- test_turnstile.py
- .coveragerc
- .gitignore
- AGENTS.md
- ARCHITECTURE.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- LICENSE
- Makefile
- MANIFEST.in
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
git clone https://github.com/AndreiDrang/python3-anticaptcha
Downloads the entire project code from GitHub to your computer.
cd python3-anticaptcha
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install python3-anticaptcha
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install python3-anticaptcha
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make tests
Compiles the code based on the generated build configuration to produce an executable.
make lint
Compiles the code based on the generated build configuration to produce an executable.
make build
Compiles the code based on the generated build configuration to produce an executable.
make doc
Compiles the code based on the generated build configuration to produce an executable.
make refactor
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
