added image files
This commit is contained in:
parent
6ad0d3d4de
commit
7012acdecb
|
@ -31,10 +31,10 @@ Or email python-captcha@pm.me
|
|||
***
|
||||
|
||||
### Additional info
|
||||
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-captchaai/)
|
||||
2. [Capsolver errors list](https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/)
|
||||
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)
|
||||
2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)
|
||||
|
||||
|
||||
### 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)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 281 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -37,7 +37,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
|||
html_theme = "jinja"
|
||||
html_theme_options = {"index_sidebar_logo": False}
|
||||
html_static_path = ["_static"]
|
||||
html_favicon = "_static/AntiCaptcha.png"
|
||||
html_favicon = "_static/AntiCaptchaESm.png"
|
||||
html_logo = "_static/AntiCaptcha.png"
|
||||
html_title = f"python3-anticaptcha ({__version__})"
|
||||
html_show_sourcelink = False
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
python3-anticaptcha
|
||||
===================
|
||||
.. image:: _static/AntiCaptcha.png
|
||||
.. image:: _static/AntiCaptcha300x.png
|
||||
:align: center
|
||||
|
||||
Python3 library for `AntiCaptcha API <http://getcaptchasolution.com/vchfpctqyz>`_.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
Loading…
Reference in New Issue