Introduction

Welcome to python3-capsolver

Capsolver

PyPI version Python versions Downloads

Maintainability Codacy Badge codecov

Sphinx build Build Installation Tests 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.


You can check our other projects here - RedPandaDev group.


How to install?

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

pip

pip install python3-capsolver

Source

git clone https://github.com/AndreiDrang/python3-capsolver.git
cd python3-capsolver
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.

Changelog

Check releases page.