Skip to content

Commit

Permalink
deploy: 067797b
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jul 4, 2024
0 parents commit 9865a5c
Show file tree
Hide file tree
Showing 42 changed files with 6,647 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 hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 591f4a5f19f93ae047488c178675503b
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
84 changes: 84 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!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.0.1a)</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=bb251e69" />
<link rel="stylesheet" type="text/css" href="_static/jinja.css?v=85659ec6" />
<link rel="stylesheet" type="text/css" href="_static/autodoc_pydantic.css" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="_static/favicon.png"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">python3-anticaptcha (2.0.1a)</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 id="notfound">Page Not Found</h1>
<p>
The page you requested does not exist. You may have followed a bad
link, or the page may have been moved or removed.
<p>
Go to the <a href="index.html">overview</a> or
<a href="search.html">search</a>.

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


<p class="logo"><a href="index.html">
<img class="logo" src="_static/AntiCaptcha.png" alt="Logo"/>
</a></p>

<h3>Navigation</h3>
<ul>
<li><a href="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="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.0.1a; Last update - 2024-07-04.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.3.7.
</div>
<script src="_static/version_warning_offset.js"></script>

</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.
35 changes: 35 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.. 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/>`_. For example - `Torrents Tracker bot <https://t.me/torrents_tracker_bot>`_ for Telegram

.. 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/turnstile/example.rst
modules/control/example.rst

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

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:
33 changes: 33 additions & 0 deletions _sources/modules/enum/info.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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:
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.
54 changes: 54 additions & 0 deletions _sources/modules/main/info.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Introduction

## Welcome to python3-anticaptcha

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

<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/master/graph/badge.svg?token=W92nfZY6Tz)](https://codecov.io/gh/AndreiDrang/python3-anticaptcha)

[![Build check](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test_build.yml/badge.svg?branch=main)](https://github.com/AndreiDrang/python3-anticaptcha/actions/workflows/test_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/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.

***
## 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/)
49 changes: 49 additions & 0 deletions _sources/modules/serializer/info.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Serializer
==========

To import this module:

.. code-block:: python
from python3_anticaptcha.core import serializer
.. autopydantic_model:: core.serializer.BaseAPIRequestSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.BaseAPIResponseSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.CreateTaskRequestSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.CreateTaskRequestTaskSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.ProxyDataOptionsSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.CreateTaskResponseSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.GetTaskResultRequestSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.GetTaskResultResponseSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.TurnstileProxylessOptionsSer
:members:
:undoc-members:

.. autopydantic_model:: core.serializer.TurnstileOptionsSer
:members:
:undoc-members:
12 changes: 12 additions & 0 deletions _sources/modules/turnstile/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Turnstile
=========

To import this module:

.. code-block:: python
from python3_anticaptcha.turnstile import Turnstile
.. autoclass:: python3_anticaptcha.turnstile.Turnstile
:members:
Binary file added _static/AntiCaptcha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions _static/autodoc_pydantic.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.autodoc_pydantic_validator_arrow {
padding-left: 8px;
}

.autodoc_pydantic_collapsable_json {
cursor: pointer;
}

.autodoc_pydantic_collapsable_erd {
cursor: pointer;
}
Loading

0 comments on commit 9865a5c

Please sign in to comment.