Introduction¶
Capsolver¶
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 python-captcha@pm.me
You can check our other projects here - RedPandaDev group.
How to install?¶
pip¶
pip install python-rucaptcha
How to test?¶
You need set
RUCAPTCHA_KEY
in your environment(get this value from you account).You need set
DEATHBYCAPTCHA_KEY
in your environment(get this value from you account).Run command
make tests
, from root directory.
Changelog¶
Check releases page.