File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 55
66from python3_capsolver import (
77 core ,
8- kasada ,
98 gee_test ,
109 hcaptcha ,
1110 recaptcha ,
4039html_theme_options = {"index_sidebar_logo" : False }
4140html_static_path = ["_static" ]
4241html_favicon = "_static/CapsolverESm.png"
43- html_logo = "_static/CapsolverSm .png"
42+ html_logo = "_static/CapsolverSM .png"
4443html_title = f"python3-capsolver ({ __version__ } )"
4544html_show_sourcelink = False
4645
Original file line number Diff line number Diff line change 22
33python3-capsolver
44=================
5- .. image :: _static/CaptchaAI300x .png
5+ .. image :: _static/Capsolver300x .png
66 :align: center
77
88Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1 >`_.
@@ -29,7 +29,6 @@ The library is intended for software developers and is used to work with the `Ca
2929 modules/fun-captcha/example.rst
3030 modules/datadome/example.rst
3131 modules/mt-captcha/example.rst
32- modules/kasada/example.rst
3332
3433.. toctree ::
3534 :maxdepth: 2
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To import this module:
55
66.. code-block :: python
77
8- from python3_captchaai .datadome_slider import DatadomeSlider
8+ from python3_capsolver .datadome_slider import DatadomeSlider
99
1010
11- .. autoclass :: datadome_slider.DatadomeSlider
11+ .. autoclass :: python3_capsolver. datadome_slider.DatadomeSlider
1212 :members:
Original file line number Diff line number Diff line change @@ -5,25 +5,17 @@ To import this module:
55
66.. code-block :: python
77
8- from python3_captchaai .core import enum
8+ from python3_capsolver .core import enum
99
1010
11- .. autoclass :: core.enum.MyEnum
11+ .. autoclass :: python3_capsolver. core.enum.MyEnum
1212 :members:
1313 :undoc-members:
1414
15- .. autoclass :: core.enum.EndpointPostfixEnm
15+ .. autoclass :: python3_capsolver. core.enum.EndpointPostfixEnm
1616 :members:
1717 :undoc-members:
1818
19- .. autoclass :: core.enum.CaptchaTypeEnm
20- :members:
21- :undoc-members:
22-
23- .. autoclass :: core.enum.ResponseStatusEnm
24- :members:
25- :undoc-members:
26-
27- .. autoclass :: core.enum.ProxyType
19+ .. autoclass :: python3_capsolver.core.enum.ResponseStatusEnm
2820 :members:
2921 :undoc-members:
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To import this module:
55
66.. code-block :: python
77
8- from python3_captchaai .fun_captcha import FunCaptcha
8+ from python3_capsolver .fun_captcha import FunCaptcha
99
1010
11- .. autoclass :: fun_captcha.FunCaptcha
11+ .. autoclass :: python3_capsolver. fun_captcha.FunCaptcha
1212 :members:
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To import this module:
55
66.. code-block :: python
77
8- from python3_captchaai .gee_test import GeeTest
8+ from python3_capsolver .gee_test import GeeTest
99
1010
11- .. autoclass :: gee_test.GeeTest
11+ .. autoclass :: python3_capsolver. gee_test.GeeTest
1212 :members:
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To import this module:
55
66.. code-block :: python
77
8- from python3_captchaai .hcaptcha import HCaptcha
8+ from python3_capsolver .hcaptcha import HCaptcha
99
1010
11- .. autoclass :: hcaptcha.HCaptcha
11+ .. autoclass :: python3_capsolver. hcaptcha.HCaptcha
1212 :members:
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ To import this module:
55
66.. code-block :: python
77
8- from python3_captchaai .image_to_text import ImageToText
8+ from python3_capsolver .image_to_text import ImageToText
99
1010
11- .. autoclass :: image_to_text.ImageToText
11+ .. autoclass :: python3_capsolver. image_to_text.ImageToText
1212 :members:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments