diff --git a/README.md b/README.md index e547d1d..e00e81b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/_static/AntiCaptcha300x.png b/docs/_static/AntiCaptcha300x.png new file mode 100644 index 0000000..84c19a2 Binary files /dev/null and b/docs/_static/AntiCaptcha300x.png differ diff --git a/docs/_static/AntiCaptchaESm.png b/docs/_static/AntiCaptchaESm.png new file mode 100644 index 0000000..5720ca0 Binary files /dev/null and b/docs/_static/AntiCaptchaESm.png differ diff --git a/docs/conf.py b/docs/conf.py index 7d4df1a..4a22b4a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 5d8c646..2f727e4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ python3-anticaptcha =================== -.. image:: _static/AntiCaptcha.png +.. image:: _static/AntiCaptcha300x.png :align: center Python3 library for `AntiCaptcha API `_. diff --git a/files/img.png b/files/img.png new file mode 100644 index 0000000..f518520 Binary files /dev/null and b/files/img.png differ