Skip to content

Commit

Permalink
deploy: 8bfe1ac
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Sep 12, 2023
0 parents commit ecae2bf
Show file tree
Hide file tree
Showing 66 changed files with 8,871 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: f08c1d251c227beaae4217cc37b6e5dc
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-capsolver (0.9.1)</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=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="icon" href="_static/CapsolverESm.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-capsolver (0.9.1)</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/CapsolverSM.png" alt="Logo"/>
</a></p>

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

</li>
</ul>
<div 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>
</div>
<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 2023, AndreiDrang; Release - 0.9.1; Last update - 2023-09-12.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.5.
</div>
<script src="_static/version_warning_offset.js"></script>

</body>
</html>
Binary file added _images/Capsolver300x.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/CapsolverSM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.. rst-class:: hide-header

python3-capsolver
=================
.. image:: _static/Capsolver300x.png
:align: center

Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1>`_.

The library is intended for software developers and is used to work with the `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)>`_.

.. 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/image-to-text/example.rst
modules/re-captcha/example.rst
modules/h-captcha/example.rst
modules/gee-test/example.rst
modules/fun-captcha/example.rst
modules/datadome/example.rst
modules/mt-captcha/example.rst
modules/cloudflare/example.rst
modules/aws-waf/example.rst
modules/cyber-si-ara/example.rst
modules/akamai/example.rst
modules/imperva/example.rst
modules/binance/example.rst

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

modules/enum/info.rst
modules/serializer/info.rst
12 changes: 12 additions & 0 deletions _sources/modules/akamai/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Akamai
======

To import this module:

.. code-block:: python
from python3_capsolver.akamai import Akamai
.. autoclass:: python3_capsolver.akamai.Akamai
:members:
12 changes: 12 additions & 0 deletions _sources/modules/aws-waf/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
AwsWaf
======

To import this module:

.. code-block:: python
from python3_capsolver.aws_waf import AwsWaf
.. autoclass:: python3_capsolver.aws_waf.AwsWaf
:members:
12 changes: 12 additions & 0 deletions _sources/modules/binance/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Binance
=======

To import this module:

.. code-block:: python
from python3_capsolver.binance import Binance
.. autoclass:: python3_capsolver.binance.Binance
:members:
12 changes: 12 additions & 0 deletions _sources/modules/cloudflare/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Cloudflare
==========

To import this module:

.. code-block:: python
from python3_capsolver.cloudflare import Cloudflare
.. autoclass:: python3_capsolver.cloudflare.Cloudflare
:members:
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: [python-captcha@pm.me](mailto:python-captcha@pm.me)
12 changes: 12 additions & 0 deletions _sources/modules/cyber-si-ara/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CyberSiARA
==========

To import this module:

.. code-block:: python
from python3_capsolver.cyber_si_ara import CyberSiARA
.. autoclass:: python3_capsolver.cyber_si_ara.CyberSiARA
:members:
12 changes: 12 additions & 0 deletions _sources/modules/datadome/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Datadome Slider
===============

To import this module:

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

To import this module:

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

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

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

.. autoclass:: python3_capsolver.core.enum.FunCaptchaTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.FunCaptchaClassificationTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.CloudflareTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.AntiCyberSiAraTaskTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.AntiAwsWafTaskTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.DatadomeSliderTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.MtCaptchaTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.ReCaptchaV3TypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.ReCaptchaV2TypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.GeeTestCaptchaTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.HCaptchaClassificationTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.HCaptchaTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.ImageToTextTaskTypeEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.AntiAkamaiTaskEnm
:members:
:undoc-members:

.. autoclass:: python3_capsolver.core.enum.AntiImpervaTaskEnm
:members:
:undoc-members:

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

To import this module:

.. code-block:: python
from python3_capsolver.fun_captcha import FunCaptcha
from python3_capsolver.fun_captcha import FunCaptchaClassification
.. autoclass:: python3_capsolver.fun_captcha.FunCaptcha
:members:


.. autoclass:: python3_capsolver.fun_captcha.FunCaptchaClassification
: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_capsolver.gee_test import GeeTest
.. autoclass:: python3_capsolver.gee_test.GeeTest
:members:
16 changes: 16 additions & 0 deletions _sources/modules/h-captcha/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
HCaptcha
========

To import this module:

.. code-block:: python
from python3_capsolver.hcaptcha import HCaptcha
from python3_capsolver.hcaptcha import HCaptchaClassification
.. autoclass:: python3_capsolver.hcaptcha.HCaptcha
:members:

.. autoclass:: python3_capsolver.hcaptcha.HCaptchaClassification
:members:
12 changes: 12 additions & 0 deletions _sources/modules/image-to-text/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_capsolver.image_to_text import ImageToText
.. autoclass:: python3_capsolver.image_to_text.ImageToText
:members:
12 changes: 12 additions & 0 deletions _sources/modules/imperva/example.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Imperva
=======

To import this module:

.. code-block:: python
from python3_capsolver.imperva import Imperva
.. autoclass:: python3_capsolver.imperva.Imperva
:members:
Loading

0 comments on commit ecae2bf

Please sign in to comment.