GeeTest v4 ICON CAPTCHA solver using YOLO + template matching
Project description
GeeTest Solver
Python library for solving GeeTest v4 captchas (ICON and MATCH/IconCrush types).
Installation
pip install geetest-solver
Usage
from geetest_solver import solve_captcha
# Icon captcha (default)
seccode = solve_captcha(captcha_id="<CAPTCHA_ID>", captcha_type="icon")
# Match/IconCrush captcha
seccode = solve_captcha(captcha_id="<CAPTCHA_ID>", captcha_type="match")
# With proxy
proxies = {
'http': 'http://user:pass@proxy.example.com:8080',
'https': 'http://user:pass@proxy.example.com:8080'
}
seccode = solve_captcha(
captcha_id="<CAPTCHA_ID>",
captcha_type="icon",
proxies=proxies
)
Features
- Icon captcha: YOLO-based object detection + template matching
- Match captcha: Grid-based puzzle solver (swap to match 3)
- Automatic retry on failure
- Proxy support
- High success rate
Captcha Types
icon: Click icons in sequence (uses YOLO model)match: Swap grid items to match 3 in a row (IconCrush)
Requirements
- Python 3.8+
- CUDA (optional, for GPU acceleration)
License
MIT
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geetest_solver-1.0.6-py3-none-any.whl.
File metadata
- Download URL: geetest_solver-1.0.6-py3-none-any.whl
- Upload date:
- Size: 13.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b4cbe48ee8cda2b0401e6a145df20892f112b99a4110a96739b3ae2aedf385a
|
|
| MD5 |
0f72e0fb14ee98a6b98993c9c47f54bf
|
|
| BLAKE2b-256 |
1d9309d2b669d5f4628ada0d3a6e894ed75d3f3f5be80a26959a775b0ae96b79
|