Code Monkey home page Code Monkey logo

byerecaptcha's Introduction

DedInc's streak

Languages and Tools:

DedInc
DedInc's Wakatime Stats

Connect with me:

Telegram VKontakte

byerecaptcha's People

Contributors

dedinc avatar zam101 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

byerecaptcha's Issues

4X4 grid

"if pieces == 16:
clickReloadButton()"
here is it possible to solve for 4X4 grid too instead of reloading it, i mean will you add it in future releases?
thanks for checking out my question

FileNotFoundError: [WinError 3] The system cannot find the path specified:

with os.scandir(path) as scandir_it:
     ^^^^^^^^^^^^^^^^

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\theju\AppData\Local\Programs\Python\Python311\Lib\site-packages\byerecaptcha\pictures'

Temp solution:

while True:
    try:
        getFrames(invisible)
        driver.switch_to.frame(imageFrame)
        driver.switch_to.parent_frame()
        break
    except:
        pass
result = solveImage()
#rmtree(picturesDir) (comment this line can solve the issue temparory)
if result:
    return result

Solving speed

Hi. How to increase the solving speed of the bot?

recaptcha loading dynamically using .js file

Hi. I cannot use this bot in a site that loads recaptcha dynamically using javascript.
CheckBox = WebDriverWait(driver, 50).until(EC.presence_of_element_located((By.XPATH, r"//span[@id='recaptcha-anchor']")))
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

The bot cannot find the id recaptcha anchor and throws timeout.
Need some help.
Thanks in advance!

Error :(-215 Assertion failed)

The code crash with this error :

line 222, in predict
outs = net.forward(getOutputLayers(net))
cv2.error: OpenCV(4.7.0) /io/opencv/modules/dnn/src/layers/fast_convolution/winograd_3x3s1_f63.cpp:147: error: (-215:Assertion failed) _FX_WINO_IBLOCK == 3 && _FX_WINO_KBLOCK == 4 in function '_fx_winograd_accum_f32'

double free or corruption (out)
Aborted

Can't find where is the issue, it's been like 2 years since i used opencv with c++ and even then i wasn't that good. I hope you can help me out .

Error when trying to solve recaptcha v2

Hey! Not sure if I am doing something wrong, but I am getting the following error when trying to use the solveRecaptcha() function. Any guesses? :)

File "/Users/.../site-packages/byerecaptcha/byerecaptcha.py", line 370, in solveRecaptcha getFrames(invisible) File "/Users/.../site-packages/byerecaptcha/byerecaptcha.py", line 81, in getFrames CheckBox = WebDriverWait(driver, 10).until(EC.presence_of_element_located((By.ID, "recaptcha-anchor"))) File "/Users/.../site-packages/selenium/webdriver/support/wait.py", line 90, in until raise TimeoutException(message, screen, stacktrace)

Error

Able to solve some captchas, but some captchas get this error.....Need some help. Thanks in advance!

Traceback (most recent call last):
File "C:\Users\Prakashraj\PycharmProjects\pythonProject1\venv\lib\site-packages\byerecaptcha\byerecaptcha.py", line 182, in checkDetection
descriptionElement = driver.execute_script('return document.getElementsByTagName("strong")[0].textContent')
File "C:\Users\Prakashraj\PycharmProjects\pythonProject1\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 500, in execute_script
return self.execute(command, {"script": script, "args": converted_args})["value"]
File "C:\Users\Prakashraj\PycharmProjects\pythonProject1\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 440, in execute
self.error_handler.check_response(response)
File "C:\Users\Prakashraj\PycharmProjects\pythonProject1\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.JavascriptException: Message: javascript error: Cannot read properties of undefined (reading 'textContent')
(Session info: MicrosoftEdge=111.0.1661.62)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.