added image files

This commit is contained in:
Andrei 2022-12-14 20:02:52 +03:00
parent 6ad0d3d4de
commit 7012acdecb
6 changed files with 5 additions and 5 deletions

View File

@ -31,10 +31,10 @@ Or email python-captcha@pm.me
*** ***
### Additional info ### Additional info
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-captchaai/) 1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)
2. [Capsolver errors list](https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/) 2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)
### Get API Key to work with the library ### Get API Key to work with the library
1. On the page - https://dashboard.capsolver.com/overview/user-center 1. On the page - https://anti-captcha.com/clients/settings/apisetup
2. Find it: ![img.png](files/img.png) 2. Find it: ![img.png](files/img.png)

BIN
docs/_static/AntiCaptcha300x.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

BIN
docs/_static/AntiCaptchaESm.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -37,7 +37,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
html_theme = "jinja" html_theme = "jinja"
html_theme_options = {"index_sidebar_logo": False} html_theme_options = {"index_sidebar_logo": False}
html_static_path = ["_static"] html_static_path = ["_static"]
html_favicon = "_static/AntiCaptcha.png" html_favicon = "_static/AntiCaptchaESm.png"
html_logo = "_static/AntiCaptcha.png" html_logo = "_static/AntiCaptcha.png"
html_title = f"python3-anticaptcha ({__version__})" html_title = f"python3-anticaptcha ({__version__})"
html_show_sourcelink = False html_show_sourcelink = False

View File

@ -2,7 +2,7 @@
python3-anticaptcha python3-anticaptcha
=================== ===================
.. image:: _static/AntiCaptcha.png .. image:: _static/AntiCaptcha300x.png
:align: center :align: center
Python3 library for `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_. Python3 library for `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_.

BIN
files/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB