File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ python setup.py install
51511 . You need set `` API_KEY `` in your environment(get this value from you account).
52522 . Run command `` make tests `` , from root directory.
5353
54- ### Additional info
55- 1 . [ Library usage examples && Docs] ( https://andreidrang.github.io/python3-captchaai/ )
56- 2 . [ Capsolver errors list] ( https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/ )
57-
58-
5954### How to get API Key to work with the library
60551 . On the page - https://dashboard.capsolver.com/overview/user-center
61562 . Find it: ![ img.png] ( files/img.png )
Original file line number Diff line number Diff line change 11pallets_sphinx_themes == 2.*
2- myst-parser == 0.18 .*
2+ myst-parser == 1.0 .*
33autodoc_pydantic == 1.8.*
Original file line number Diff line number Diff line change 11# codestyle
22isort==5.*
3- black==22 .*
3+ black==23 .*
44autoflake==2.*
Original file line number Diff line number Diff line change 11pytest==7.*
2- coverage==6 .*
2+ coverage==7 .*
33pytest-asyncio==0.*
Original file line number Diff line number Diff line change @@ -82,21 +82,21 @@ def run(self):
8282 url = URL ,
8383 license = "MIT" ,
8484 keywords = """
85- captcha
86- recaptcha
87- geetest
88- hcaptcha
89- capypuzzle
90- tiktok
91- rotatecaptcha
92- funcaptcha
93- keycaptcha
94- python3
95- python-library
96- capsolver
97- kasada
98- datadomeslider
99- mtcaptcha
85+ captcha
86+ recaptcha
87+ geetest
88+ hcaptcha
89+ capypuzzle
90+ tiktok
91+ rotatecaptcha
92+ funcaptcha
93+ keycaptcha
94+ python3
95+ python-library
96+ capsolver
97+ kasada
98+ datadomeslider
99+ mtcaptcha
100100 """ ,
101101 python_requires = REQUIRES_PYTHON ,
102102 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments