🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

captcha-solver-selenium

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-solver-selenium

A package for solving Google reCAPTCHA using Selenium and Speech Recognition

0.2.9
PyPI
Maintainers
1

A package for solving Google reCAPTCHA using Selenium and Speech Recognition

Authors

  • @Deno9099 - Nguyễn Văn Vinh

Cách Cài

  • cài package với pip hoặc pip3
    pip install captcha-solver-selenium
    pip3 install captcha-solver-selenium
  • Cài trình xử lý âm thanh ffmpeg
  • Cài môi trường cho trình xử lý âm thanh(Đã có trong hướng dẫn trên) FFMPEG SETUP

Chức năng

  • Giải captcha google bằng selenium

Cách sử dụng

  • Import thư viện
import captcha_solver
  • Sử dụng hàm
captcha_solver.captcha_resolve(driver,False,delaytime,audio_click_delay)
  • driver : là driver khi sử dụng selenium hoặc seleniumbase
  • False : Là tham số khi sử dụng captcha invisible nếu không phải là False ngược lại là True
  • delaytime : là thời gian chờ khi sử dụng !
  • audio_click_delay : là thời gian chờ khi click vào phần audio !

VÍ DỤ

import captcha_solver
from seleniumbase import Driver
driver = Driver()
driver.get('https://2captcha.com/vi/demo/recaptcha-v2')
captcha_solver.captcha_resolve(driver,False,2,2)

Demo Captcha

Hỗ trợ

Vui lòng liên hệ qua email vinhytb3010@gmail.com hoặc hỗ trợ qua các nền tảng của tác giả trực thuộc.

Youtube

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts