Metadata-Version: 2.1
Name: reCaptchaBypasser
Version: 1.3
Summary: This Package For Bypassing Any reCaptcha For Selenium Python .
Home-page: https://github.com/DrLinuxOfficial/reCaptchaBypasser-Py
Author: Dr.Linux
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

<h1>
reCaptchaBypasser v1.3
</h1>
<a href="https://python.org">
<img src="https://img.shields.io/badge/python-v3.8-blue">'
</a>
<a href="#">
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20Windows%2010%20%7C%208.1%20%7C%207%20%7C-brown">
</a>
<p>
<h1>
Usage :
</h1>
<h3>
Notes : Patch Other Error For Packages .
</h3>
<pre>
from selenium import webdriver
from reCaptchaBypasser import reCaptchaScraper
import time

driver = webdriver.chrome(executable_path = r"home/username/Desktop/chromedriver")
driver.get(url)
time.sleep(5)
#Sleep Time For Check and Searching Element For reCaptcha Scraping & Defaulting SleepTime == 2 !!!
reCaptcha = reCaptchaScraper(driver, SleepTime=3)
res = reCaptcha.reCaptchaGoogleV2()
if res["Response"] == True:
   print("ByPassed !!!")
else:
     print("Try Again !!!")
print("reCaptchaTextKey ==> ", res["reCaptchaTextKey"])
</pre>
<hr>
<h3>
This is Library  For Bypass reCaptcha Using Selenium Python !
</h3>
<hr>
<h3>
Installition :
</h3>

1 - ffmpeg
<br>
2 - pip install pydub
<br>
3 - pip install selenium
<br>
4 - pip install SpeechRecognition
<br>
5 - pip install reCaptchaBypasser

<h1>
Buy Me Coffee !!!
<br>
<a href="https://t.me/CHANNEL_TERMUX_HACK">
<img src="https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee">
</a>
</h1>
<h3><b>Bitcoin : </b>bc1qe398slzs3f3yg64x62j2rpnfg5r9u3mjwhwew9</h3>
<h3><b>BitcoinCash : </b>qqf234070h7h9zam4zm0j4yeeq89nrjkcqn9cnedup</h3>
<h3><b>Litecoin : </b>ltc1qtmv8jngy4ltqf2yqm3lmd5p33clxcp6u6uu5t2</h3>
<h3><b>Dogecoin : </b>D5gtcVv7o1T7AcLbGTaiRtMpUvHxkMFSHK</h3>
<h3><b>Ethrereum : </b>0x5B2FB7cFD45BBAB6AB25b56C5125f00610628BaF</h3>
<h3><b>Tron : </b>TS5eXiiMsfe16X9dppF8mFNZZKrzA9Rqt3</h3>
<h3><b>Solana : </b>9QqkqMG1pTkhc4kRxp2gW1oW7rJKsUH4F8J6G4Fa9kdK</h3>


