Skip to content

zanachka/python-rucaptcha

 
 

Repository files navigation

python-rucaptcha

Capsolver's Banner
At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.

PyPI version Python versions Downloads

Maintainability Codacy Badge codecov

Sphinx docs Build Installation Tests Lint

Python3 library for RuCaptcha and 2Captcha service API.

Tested on UNIX based OS.

The library is intended for software developers and is used to work with the RuCaptcha and 2Captcha service API.

Support of the service Death By Captcha is integrated into this library, more information in the library documentation or in the service docs.


Application in RuCaptcha software and 2Captcha software.

If you have any questions, please send a message to the Telegram chat room.

Or email [email protected]


How to install?

pip

pip install python-rucaptcha

How to use?

Is described in the documentation-website.

How to test?

  1. You need set RUCAPTCHA_KEY in your environment(get this value from you account).
  2. Run command make tests, from root directory.

Changelog

  • v.5.3 - Added support for Death By Captcha and other services by changing service_type and url_request \ url_response parameters.
  • v.5.2 - Added Audio captcha method.
  • v.5.1 - Check releases page.
  • v.5.0 - Added AmazonWAF captcha method.
  • v.4.2 - Added Yandex Smart Captcha.
  • v.4.0 - Rework classes and methods. Adding TikTok captcha. Adding inheritance and serializers. The Callback server is deprecated.

Get API Key to work with the library

  1. On the page - https://rucaptcha.com/enterpage
  2. Find it: img.png

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%