Universal CAPTCHA Solver for humans
Project description
Unicaps
Unicaps is a unified Python API for CAPTCHA solving services.
вљ PLEASE NOTE
вљ A solving service API key is required to use this package!
вљ The list of the supported services you can find in the table below.
Key Features
- A unified Python interface that is independent of the service used
- Uses native service protocol/endpoints (eg, no needs in patching hosts file)
- Supports 9 types of CAPTCHAs
- Supports 3 CAPTCHA solving services (5 more would be added soon)
- Written Pythonic way and is intended for humans
Installation
pip install unicaps
Simple Usage Example
>>> from unicaps import CaptchaSolver
>>> solver = CaptchaSolver("2captcha.com", api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
>>> solver.get_balance()
2.84161
>>> solved = solver.solve_image_captcha(open("captcha.jpg", "rb"), is_phrase=False, is_case_sensitive=True)
>>> solved.solution.text
'w93Bx'
>>> solved.cost
0.00078
>>> solved.report_good()
True
Supported CAPTCHAs / Services
CAPTCHA➡ \ Service⬇ | Image | Text | reCAPTCHA v2 | reCAPTCHA v3 | FunCaptcha | KeyCAPTCHA | Geetest | hCaptcha | Capy |
---|---|---|---|---|---|---|---|---|---|
2captcha.com | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… |
anti-captcha.com | вњ… | вќЊ | вњ… | вњ… | вњ… | вќЊ | вњ… | вњ… | вќЊ |
rucaptcha.com | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… | вњ… |
Code examples
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unicaps-0.0.4.tar.gz
(18.8 kB
view details)
Built Distribution
unicaps-0.0.4-py3-none-any.whl
(31.7 kB
view details)
File details
Details for the file unicaps-0.0.4.tar.gz
.
File metadata
- Download URL: unicaps-0.0.4.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fe8a0c4baad90c5e0aaa4154291545bc4ebffada00d89fcdcbbbc2513fde51e |
|
MD5 | a373a3db3aa13fc9fb6f114c3ad2c4a9 |
|
BLAKE2b-256 | 8e2d1e68b23f02c72f6fe479eee1f23e88f9eeb3a76255ac4fb0559d467afae9 |
File details
Details for the file unicaps-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: unicaps-0.0.4-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 310946c2c9cf4bc6220296773e1b7229a923f160e499eee149759d2914542ca2 |
|
MD5 | 82bbfdd04d438451cd6733ae28cb7543 |
|
BLAKE2b-256 | 259270d5361cc4583d44a76a8b00704893648ec454e8a7f3a797e779f43ed465 |