t-kodai0417 / python3-captchaai

Python library for CaptchaAI

Home Page:https://andreidrang.github.io/python3-captchaai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3-captchaai

PyPI version Python versions Downloads

Maintainability Codacy Badge codecov

Build check Installation check Test Lint

Python 3 library for Capsolver service API.

Tested on UNIX based OS.

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


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

Or email python-captcha@pm.me


How to install?

We recommend using the latest version of Python. python3-captchaai supports Python 3.7+.

pip

pip install python3-captchaai

Source

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

How to test?

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

Additional info

  1. Library usage examples && Docs
  2. Capsolver errors list

How to get API Key to work with the library

  1. On the page - https://dashboard.capsolver.com/overview/user-center
  2. Find it: img.png

About

Python library for CaptchaAI

https://andreidrang.github.io/python3-captchaai/

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%