Skip to content

Commit

Permalink
Merge pull request #92 from AndreiDrang/main
Browse files Browse the repository at this point in the history
Upd readme
  • Loading branch information
AndreiDrang committed Oct 30, 2023
2 parents 9cb51bc + 5e07aef commit 47603fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ At the lowest price on the market, you may receive a variety of solutions, inclu

[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)
[![Python versions](https://img.shields.io/pypi/pyversions/python3-anticaptcha.svg?logo=python&logoColor=FBE072)](https://badge.fury.io/py/python3-anticaptcha)
[![Downloads](https://pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)
[![Downloads](https://static.pepy.tech/badge/python3-anticaptcha/month)](https://pepy.tech/project/python3-anticaptcha)

[![Code Climate](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha/badges/gpa.svg)](https://codeclimate.com/github/AndreiDrang/python3-anticaptcha)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7f49780f2edb48d4b133833887c850e8)](https://www.codacy.com/gh/AndreiDrang/python3-anticaptcha/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AndreiDrang/python3-anticaptcha&utm_campaign=Badge_Grade)
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"AntiCaptcha",
"http://getcaptchasolution.com/vchfpctqyz",
),
ProjectLink("RedPandaDev", "https://red-panda-dev.xyz/"),
]
}
html_sidebars = {
Expand Down
1 change: 1 addition & 0 deletions docs/modules/other-libs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1. [RuCaptcha / 2Captcha](https://github.com/AndreiDrang/python-rucaptcha)
2. [AntiCaptcha](https://github.com/AndreiDrang/python3-anticaptcha)
3. [Capsolver](https://github.com/AndreiDrang/python3-captchaai)
4. [RedPandaDev group](https://red-panda-dev.xyz/)
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pallets_sphinx_themes==2.*
myst-parser==1.0.*
autodoc_pydantic==1.8.*
myst-parser==2.0.*
autodoc_pydantic==2.0.*
2 changes: 1 addition & 1 deletion src/python3_anticaptcha/FunCaptchaTaskProxyless.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import aiohttp
import requests

from python3_anticaptcha import app_key, create_task_url, get_sync_result, get_async_result
from python3_anticaptcha.core.config import APP_KEY, create_task_url, get_sync_result, get_async_result


class FunCaptchaTaskProxyless:
Expand Down

0 comments on commit 47603fb

Please sign in to comment.