python-rucaptcha icon indicating copy to clipboard operation
python-rucaptcha copied to clipboard

Python library for RuCaptcha\2Captcha.

python-rucaptcha

PyPI version Maintainability Downloads

Библиотека предназначена для разработчиков ПО и служит для облегчения работы с API сервиса RuCaptcha.

Присутствуют примеры работы с библиотекой.


По всем вопросам можете писать в Telegram чат.

Либо на email - [email protected]


Используется Python версии 3.6+.

How to install? Как установить?

pip

pip install python-rucaptcha

Source

git clone https://github.com/AndreiDrang/python-rucaptcha.git
cd python-rucaptcha
python setup.py install

Changelog

v.4.0 - Переработка классов и методов. Добавление TikTok captcha. Добавление наследований и сериализаторов. Callback-сервер - deprecated.

v.4.0 - Reworking of classes and methods. Adding TikTok captcha. Adding inheritances and serializers. Callback-server - deprecated.


All examples. Все примеры работы с бибилиотекой


Для тестирования различных типов капчи предоставляется специальный сайт, на котором собраны все имеющиеся типы капчи, с удобной системой тестирования ваших скриптов.

To test various types of captcha, a special site is provided, which contains all available types of captcha, with a convenient system for testing your scripts.


Errors description. Описания ошибок

  1. https://rucaptcha.com/api-rucaptcha#in_errors
  2. https://rucaptcha.docs.apiary.io/#reference/2

img.png