python-rucaptcha

Python library for RuCaptcha\2Captcha.

MIT License

Downloads
2.8K
Stars
93
Committers
10
python-rucaptcha - Release v6.2 Latest Release

Published by AndreiDrang 6 months ago

  1. Added Tencent captcha logic/examples/tests.
  2. Added atbCaptcha logic/examples/tests.

What's Changed

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v6.1.2...v6.2

python-rucaptcha - v6.1.2 Release

Published by AndreiDrang 10 months ago

Added Friendly captcha

What's Changed

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v6.1...v6.1.2

python-rucaptcha - v6.1 Release

Published by AndreiDrang 11 months ago

  1. Added MT captcha
  2. Added Grid captcha
  3. Added DrawAround captcha
  4. Added Coordinates captcha
  5. Added BoundingBox captcha
  6. Docs updated
  7. Tests updated

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v6.0.3...v6.1

python-rucaptcha - v6.0.3 Release

Published by AndreiDrang 11 months ago

python-rucaptcha - v6.0.1 Release

Published by AndreiDrang 11 months ago

  1. CutCaptcha added

What's Changed

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v6.0...v6.0.1

python-rucaptcha - v6.0 Release

Published by AndreiDrang 11 months ago

Main info

  1. Migrated to RuCaptcha/2Captcha API v2
  2. Refactored project structure and args according new API logic.
  3. Droped Python 3.8 support.
  4. Pydantic removed from dependencies, it was changed by msgspec.

Additional info

  1. Updated Github pipeline versions
  2. Updated main logo and docs links
  3. Remove example from files, now you can check all examples in doc-strings or at docs-website

What's Changed

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v5.3...v6.0

python-rucaptcha - v5.3 Release

Published by AndreiDrang over 1 year ago

Added support for Death By Captcha and other services by changing service_type and url_request \ url_response parameters.

What's Changed

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v5.2...v5.3

python-rucaptcha - v5.2 Release

Published by AndreiDrang over 1 year ago

python-rucaptcha - v5.1.5 Release

Published by AndreiDrang over 1 year ago

  1. Fix core folder imports
  2. Fix PyPi builded package

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v5.1...v5.1.5

python-rucaptcha - v5.1 Release

Published by AndreiDrang over 1 year ago

Main info

  1. Refactor project structure
  2. Renamed files with captcha methods to lovercase, like AmazonWAF->amazon_waf
  3. Removed separate async classes, added async methods to main class, like removed aioAmazonWAF class, but added aio_captcha_handler method into AmazonWAF class.
  4. Added more Google-like docstrings
  5. Examples folder is deprecate and will be removed -> use docstrings
  6. Added more tests
  7. Added AmazonWAF captcha method

What's Changed more

Full Changelog: https://github.com/AndreiDrang/python-rucaptcha/compare/v4.3...v5.1.0

python-rucaptcha - Release v4.3

Published by AndreiDrang almost 2 years ago

Added Turnstile

python-rucaptcha - Release v4.2

Published by AndreiDrang about 2 years ago

Added Yandex Smart Captcha

python-rucaptcha - Release v4.1

Published by AndreiDrang about 2 years ago

  1. Refactor
  2. Add TikTok captcha type
  3. Rewrite CaptchaControl interface.
  4. Deprecate CallBack server.
python-rucaptcha - Release v3.0

Published by AndreiDrang over 4 years ago

Refactor;
Add CapyPuzzle method;
Remove custom errors and description.

python-rucaptcha - Release v2.6.3

Published by AndreiDrang about 5 years ago

Add Distil captcha. Refactor.

python-rucaptcha - Release v2.6.2

Published by AndreiDrang over 5 years ago

aioRecaptcha v.2 bug fix.

python-rucaptcha - Release v2.6.1

Published by AndreiDrang over 5 years ago

Fix RuCaptchaControl.

python-rucaptcha - Release v2.6

Published by AndreiDrang over 5 years ago

Add **kwargs to all captcha methods;
Refactoring;
Update doc-strings;
Update KeyCaptcha - KeyCaptcha params set in .captcha_handler(key_params: dict) and payload additional params set in .captcha_handler(**kwargs).

python-rucaptcha - Release v2.5.4

Published by AndreiDrang over 5 years ago

Add GeeTest and aioGeeTest

python-rucaptcha - Release v2.5.3

Published by AndreiDrang over 5 years ago

Add contextmanager.
Refactoring.

Package Rankings
Top 5.44% on Pypi.org
Badges
Extracted from project README
PyPI version Python versions Downloads Maintainability Codacy Badge codecov Sphinx docs Build Installation Tests Lint