Metadata-Version: 2.1
Name: hcaptcha-challenger
Version: 0.5.0
Summary: 🥂 Gracefully face hCaptcha challenge with YOLOv6(ONNX) embedded solution.
Home-page: https://github.com/QIN2DIM/hcaptcha-challenger
Author: QIN2DIM
Author-email: qinse.top@foxmail.com
Maintainer: QIN2DIM, Bingjie Yan
Maintainer-email: qinse.top@foxmail.com, bj.yan.pa@qq.com
License: GNU General Public License v3.0
Keywords: hcaptcha,hcaptcha-challenger,hcaptcha-challenger-python,hcaptcha-solver
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: selenium
Provides-Extra: playwright
License-File: LICENSE

<div align="center">
    <h1> hCaptcha Challenger</h1>
    <p>🚀 Gracefully face hCaptcha challenge with YOLOv6(ONNX) embedded solution.</p>
    <img src="https://img.shields.io/static/v1?message=reference&color=blue&style=for-the-badge&logo=micropython&label=python">
    <img src="https://img.shields.io/github/license/QIN2DIM/hcaptcha-challenger?style=for-the-badge">
    <a href="https://github.com/QIN2DIM/hcaptcha-challenger/releases"><img src="https://img.shields.io/github/downloads/qin2dim/hcaptcha-challenger/total?style=for-the-badge"></a>
	<br>
    <a href="https://github.com/QIN2DIM/hcaptcha-challenger/"><img src="https://img.shields.io/github/stars/QIN2DIM/hcaptcha-challenger?style=social"></a>
	<a href = "https://t.me/+hPVteWIGnqhlOWJh"><img src="https://img.shields.io/static/v1?style=social&logo=telegram&label=chat&message=studio" ></a>
	<br>
	<br>
</div>

![hcaptcha-challenger-demo](https://github.com/QIN2DIM/img_pool/blob/main/img/hcaptcha-challenger3.gif)

## Introduction

Does not rely on any Tampermonkey script.

Does not use any third-party anti-captcha services.

Just implement some interfaces to make `AI vs AI` possible.

## Requirements

- Python 3.8+
- google-chrome

## Reference

- [beiyuouo/hcaptcha-model-factory 🏗](https://github.com/beiyuouo/hcaptcha-model-factory)
- [captcha-challenge/datasets 🦜](https://github.com/captcha-challenger/hcaptcha-whistleblower)
- [meituan/YOLOv6](https://github.com/meituan/YOLOv6)
- [ultralytics/yolov5: YOLOv5 🚀 ](https://github.com/ultralytics/yolov5)
- [ultrafunkamsterdam/undetected-chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver)
- hCaptcha challenge template site [@maximedrn](https://github.com/maximedrn/hcaptcha-solver-python-selenium)
