Skip to content

Commit

Permalink
deploy: 739fe21
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 27, 2024
0 parents commit 5c23df8
Show file tree
Hide file tree
Showing 60 changed files with 8,053 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 00818b26df3c957f3b6c14bf594dadd7
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
78 changes: 78 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>

<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page not found &#8212; python3-anticaptcha (2.1.3)</title>
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=bb251e69" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/jinja.css?v=85659ec6" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/autodoc_pydantic.css" />
<script src="/en/latest/_static/documentation_options.js?v=5929fcd5"></script>
<script src="/en/latest/_static/doctools.js?v=9bcbadda"></script>
<script src="/en/latest/_static/sphinx_highlight.js?v=dc90522c"></script>
<script data-project="python3-anticaptcha" data-version="" src="/en/latest/_static/describe_version.js?v=fa7f30d0"></script>
<link rel="icon" href="/en/latest/_static/favicon.png"/>
<link rel="index" title="Index" href="/en/latest/genindex.html" />
<link rel="search" title="Search" href="/en/latest/search.html" />
</head><body>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="/en/latest/genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="/en/latest/index.html">python3-anticaptcha (2.1.3)</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Page not found</a></li>
</ul>
</div>

<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<h1>Page not found</h1>

Unfortunately we couldn't find the content you were looking for.

<div class="clearer"></div>
</div>
</div>
</div>
<span id="sidebar-top"></span>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">


<p class="logo"><a href="/en/latest/index.html">
<img class="logo" src="/en/latest/_static/AntiCaptcha.png" alt="Logo of python3-anticaptcha"/>
</a></p>

<h3>Navigation</h3>
<ul>
<li><a href="/en/latest/index.html">Overview</a>

</li>
</ul>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="/en/latest/search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script><div id="ethical-ad-placement"></div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2024, AndreiDrang; Release - 2.1.3; Last update - 2024-12-27.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>
Binary file added _images/AntiCaptcha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/capsolver.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. rst-class:: hide-header

python3-anticaptcha
===================
.. image:: _static/AntiCaptcha.png
:align: center

Python3 library for `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_.

The library is intended for software developers and is used to work with the `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_.

Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_.

.. toctree::
:maxdepth: 1
:caption: Start here:

modules/main/info.md
modules/other-libs/info.md
modules/license/info.md
modules/contacts/info.md

.. toctree::
:maxdepth: 3
:caption: Captcha examples:

modules/control/example.rst
modules/turnstile/example.rst
modules/image/example.rst
modules/fun-captcha/example.rst
modules/gee-test/example.rst
modules/custom-task/example.rst
modules/image-to-coordinates/example.rst
modules/recaptcha-v2/example.rst
modules/recaptcha-v3/example.rst

.. toctree::
:maxdepth: 2
:caption: Additional modules

modules/core/info.rst
modules/enum/info.rst
modules/serializer/info.rst
5 changes: 5 additions & 0 deletions _sources/modules/contacts/info.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contacts

If you have any questions, please send a message to the [Telegram](https://t.me/pythoncaptcha) chat room.

Or email: [[email protected]](mailto:[email protected])
12 changes: 12 additions & 0 deletions _sources/modules/control/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Control
=======

To import this module:

.. code-block:: python
from python3_anticaptcha.control import Control
.. autoclass:: python3_anticaptcha.control.Control
:members:
12 changes: 12 additions & 0 deletions _sources/modules/core/info.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Core
====

To import this module:

.. code-block:: python
from python3_anticaptcha.core import base
.. autoclass:: core.base.CaptchaParams
:members:
12 changes: 12 additions & 0 deletions _sources/modules/custom-task/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CustomTask
==========

To import this module:

.. code-block:: python
from python3_anticaptcha.custom_task import CustomTask
.. autoclass:: python3_anticaptcha.custom_task.CustomTask
:members:
37 changes: 37 additions & 0 deletions _sources/modules/enum/info.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Enum
====

To import this module:

.. code-block:: python
from python3_anticaptcha.core import enum
.. autoclass:: core.enum.MyEnum
:members:
:undoc-members:

.. autoclass:: core.enum.EndpointPostfixEnm
:members:
:undoc-members:

.. autoclass:: core.enum.CaptchaTypeEnm
:members:
:undoc-members:

.. autoclass:: core.enum.ResponseStatusEnm
:members:
:undoc-members:

.. autoclass:: core.enum.ProxyTypeEnm
:members:
:undoc-members:

.. autoclass:: core.enum.ControlPostfixEnm
:members:
:undoc-members:

.. autoclass:: core.enum.SaveFormatsEnm
:members:
:undoc-members:
12 changes: 12 additions & 0 deletions _sources/modules/fun-captcha/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FunCaptcha
==========

To import this module:

.. code-block:: python
from python3_anticaptcha.fun_captcha import FunCaptcha
.. autoclass:: python3_anticaptcha.fun_captcha.FunCaptcha
:members:
12 changes: 12 additions & 0 deletions _sources/modules/gee-test/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
GeeTest
=======

To import this module:

.. code-block:: python
from python3_anticaptcha.gee_test import GeeTest
.. autoclass:: python3_anticaptcha.gee_test.GeeTest
:members:
12 changes: 12 additions & 0 deletions _sources/modules/image-to-coordinates/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ImageToCoordinates
==================

To import this module:

.. code-block:: python
from python3_anticaptcha.image_to_coordinates import ImageToCoordinates
.. autoclass:: python3_anticaptcha.image_to_coordinates.ImageToCoordinates
:members:
12 changes: 12 additions & 0 deletions _sources/modules/image/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ImageToText
===========

To import this module:

.. code-block:: python
from python3_anticaptcha.image_to_text import ImageToText
.. autoclass:: python3_anticaptcha.image_to_text.ImageToText
:members:
23 changes: 23 additions & 0 deletions _sources/modules/license/info.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# License

MIT License

Copyright 2022 Andrei

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
58 changes: 58 additions & 0 deletions _sources/modules/main/info.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Introduction

## Welcome to python3-anticaptcha

![](../../_static/AntiCaptcha.png)

### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)

[![Capsolver](../../_static/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)

<hr>

[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)
[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)
[![Downloads](https://pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)

[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7f49780f2edb48d4b133833887c850e8)](https://www.codacy.com/gh/AndreiDrang/python3-anticaptcha/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=AndreiDrang/python3-anticaptcha&amp;utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/AndreiDrang/python3-anticaptcha/branch/main/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha)

[![Building](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/build.yml/badge.svg)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/build.yml)
[![Installation check](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/install.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/install.yml)
[![Test](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test.yml)
[![Lint](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/lint.yml)


Python 3 library for [AntiCaptcha](https://anti-captcha.com/) service API.

Tested on UNIX based OS.

The library is intended for software developers and is used to work with the [AntiCaptcha](https://anti-captcha.com/) service API.

***

You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/).

***
## How to install?

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

### pip

```bash
pip install python3-anticaptcha
```

### Source
```bash
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.
9 changes: 9 additions & 0 deletions _sources/modules/other-libs/info.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Other captcha-solving services libs

## Other libraries for Captcha-solving services
1. [RuCaptcha / 2Captcha](https://github.com/AndreiDrang/python-rucaptcha)
2. [AntiCaptcha](https://github.com/AndreiDrang/python3-anticaptcha)
3. [Capsolver](https://github.com/AndreiDrang/python3-captchaai)

Our other projects:
- [RedPandaDev group](https://red-panda-dev.xyz/blog/)
12 changes: 12 additions & 0 deletions _sources/modules/recaptcha-v2/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ReCaptchaV2
===========

To import this module:

.. code-block:: python
from python3_anticaptcha.recaptcha_v2 import ReCaptchaV2
.. autoclass:: python3_anticaptcha.recaptcha_v2.ReCaptchaV2
:members:
12 changes: 12 additions & 0 deletions _sources/modules/recaptcha-v3/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ReCaptchaV3
===========

To import this module:

.. code-block:: python
from python3_anticaptcha.recaptcha_v3 import ReCaptchaV3
.. autoclass:: python3_anticaptcha.recaptcha_v3.ReCaptchaV3
:members:
Loading

0 comments on commit 5c23df8

Please sign in to comment.