Skip to content

Commit

Permalink
Merge pull request #26 from AndreiDrang/main
Browse files Browse the repository at this point in the history
Upd
  • Loading branch information
AndreiDrang authored Mar 15, 2023
2 parents b9bd575 + 8e0df2e commit 1b48327
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 23 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ python setup.py install
1. You need set ``API_KEY`` in your environment(get this value from you account).
2. Run command ``make tests``, from root directory.

### 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/)


### How to get API Key to work with the library
1. On the page - https://dashboard.capsolver.com/overview/user-center
2. Find it: ![img.png](files/img.png)
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pallets_sphinx_themes==2.*
myst-parser==0.18.*
myst-parser==1.0.*
autodoc_pydantic==1.8.*
2 changes: 1 addition & 1 deletion requirements.style.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# codestyle
isort==5.*
black==22.*
black==23.*
autoflake==2.*
2 changes: 1 addition & 1 deletion requirements.test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.*
coverage==6.*
coverage==7.*
pytest-asyncio==0.*
30 changes: 15 additions & 15 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ def run(self):
url=URL,
license="MIT",
keywords="""
captcha
recaptcha
geetest
hcaptcha
capypuzzle
tiktok
rotatecaptcha
funcaptcha
keycaptcha
python3
python-library
capsolver
kasada
datadomeslider
mtcaptcha
captcha
recaptcha
geetest
hcaptcha
capypuzzle
tiktok
rotatecaptcha
funcaptcha
keycaptcha
python3
python-library
capsolver
kasada
datadomeslider
mtcaptcha
""",
python_requires=REQUIRES_PYTHON,
zip_safe=False,
Expand Down

0 comments on commit 1b48327

Please sign in to comment.