A simple python library that bypasses H-Captcha automatically using yolov5
Project description
remecap
Bypasses H-Captcha automatically using yolov5
Installation
pip install remecap
Example
from remecap import AISolver
from selenium import webdriver
if __name__ == '__main__':
driver = webdriver.Chrome()
driver.get("https://democaptcha.com/demo-form-eng/hcaptcha.html")
solver = AISolver(driver)
solver.start()
Todo
- Making it more faster
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
remecap-1.5.0.tar.gz
(77.5 kB
view hashes)
Built Distribution
remecap-1.5.0-py3-none-any.whl
(87.0 kB
view hashes)