How to Solve Captcha / ReCaptcha - Python and 2captcha

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 61

  • @user-pq1qg1be6k
    @user-pq1qg1be6k Před rokem +1

    Hi there. In this video, you explained in a very simple and detailed way how to work with 2captcha. Even my poor English did not prevent me from understanding what the video is about.
    I wish you all the best!)

  • @tubelessHuma
    @tubelessHuma Před 2 lety +3

    You have cleared the confusion about which service to use to break Captcha. Thanks💖

  • @b391i
    @b391i Před 2 lety +2

    Thank you, man. Your content is extremely clear and accurate.👌

  • @maqdala
    @maqdala Před 2 lety +2

    A great explanation. Thank you!

  • @diptiranjanlenka5707
    @diptiranjanlenka5707 Před 24 dny

    Hi, i try to send the POst request but the POST request URL is different ? so do i use that different uRL, or the refere URL as the URL ? because i have so many payloads and while i try to test uisng Postpman , the body it shows "Error while verify captcha", but the question remain the URL for the final POST would be the other URL or the refer URL?

  • @engineerbaaniya4846
    @engineerbaaniya4846 Před 2 lety +3

    Amazing content please upload more videos Thanks

  • @jonahellison4229
    @jonahellison4229 Před 2 lety +2

    Can you create an example scraper or video of how to integrating this with scraping? For example, let's say I have already created a request to the webpage. After some crawls it redirects me to a recaptcha. How would I solve this and then return back to the scraper?

    • @codeRECODE
      @codeRECODE  Před 2 lety

      You can handle that with conditional code. It will really depend on the site and the specific scenario.
      Be warned that I DO NOT recommend breaking captcha as it implies violating the terms of sites.

  • @antontele81
    @antontele81 Před měsícem

    Hello, thank you for this amazing video, but I ran into a problem of CSRF tokens. I do not see them on the website, nowhere. Is there any other names or ways how to obtain these tokens? Thanks

  • @jonahellison4229
    @jonahellison4229 Před 2 lety +2

    Another question, could you create a video on how to use the scrapy pipeline for filtering duplicates?

    • @codeRECODE
      @codeRECODE  Před 2 lety +1

      That is a good idea. I will add to my list.
      Meanwhile, see this docs.scrapy.org/en/latest/topics/item-pipeline.html#duplicates-filter

  • @ataimebenson
    @ataimebenson Před 2 lety +1

    I have been trying to use 2captcha with Python Selenium to Sign up to a website,
    Please how do I go about it ?
    Useful tips

    • @kushagranalwaya
      @kushagranalwaya Před 2 lety

      I'm also looking for the same, did you find any solution yet?

  • @quasii7
    @quasii7 Před 2 lety +1

    Excellent video, thank you

  • @aquilanicolas5802
    @aquilanicolas5802 Před 2 lety +1

    Thank you, man.

  • @agasta8562
    @agasta8562 Před 2 lety

    Thank you sir,
    Sir, would you like to make a video about capctcha word or number?🙏

  • @MrYoklmn
    @MrYoklmn Před rokem

    Hi! Do you know how to integrate 2captcha solver in scrapy in async mode, witout blocking all the spider. I found you sync scrapy integration, but how to make in async?

  • @aminalamdarloo349
    @aminalamdarloo349 Před 2 lety

    Dear bro
    Tnx for your video .
    I need to know how i can see the captcha code in busy or overloaded sites when it's not shown captcha code ( just show the image box instead off captcha code) by get and post method.

  • @ajayjoseph8722
    @ajayjoseph8722 Před rokem

    Great video thanks for sharing. Just wondering if there is any way to remotely solve the captcha by yourself. For example, run this on a PC and send the key to your phone and fill in the captcha and send the token remotely to submit. That will be really handy.

    • @codeRECODE
      @codeRECODE  Před rokem +1

      Not that I am aware of. Even if you could, it will be very slow. Wait for another cheaper solution that i will be posting soon.

    • @ajayjoseph8722
      @ajayjoseph8722 Před rokem

      ​@@codeRECODE is it not what 2captcha is doing right now for a price? We sent the site key and URL. They somehow receive the same captcha "we" are meant to solve. They solve the captcha and send tokens back to the site saying "we" have verified the captcha successfully. It will be interesting to know how exactly Google allows this. Can't wait for the upcoming post. Thanks

  • @CptSamiul
    @CptSamiul Před 9 měsíci

    2captcha has a pc software. Can we solve recaptcha v3 of that software by python script?

  • @pranavmaheta7845
    @pranavmaheta7845 Před 2 lety +1

    Hello sir can you please make same video on hcaptcha.
    I trying to bypass hcaptcha from last 3 month but didn't get success

  • @romanborisov852
    @romanborisov852 Před 2 lety

    Hello! Thanks for the video. But how did you fetch csrfmiddlewaretoken? In the responce only code, but looks like post requests requires 2 vars

    • @codeRECODE
      @codeRECODE  Před 2 lety

      See the code - github.com/eupendra/2captcha_demo/blob/main/demo_requests.py

  • @premkshatri1010
    @premkshatri1010 Před rokem

    Hi Sir How to solve reCaptch in Scrapy
    I am stucked at this point

  • @bustopgamer5802
    @bustopgamer5802 Před 8 měsíci

    what was total time it took when you paused the video ?

    • @codeRECODE
      @codeRECODE  Před 2 měsíci

      It was a long time ago, and time taken is usually long. The process is all manual.
      There are newer tools that you may want to try out.

  • @mehrdadghorbani9966
    @mehrdadghorbani9966 Před 2 lety

    its not necessary to submit captchas token?

  • @pythonically
    @pythonically Před rokem

    how to do the same in selenium?

  • @archanacrfrench4778
    @archanacrfrench4778 Před rokem

    API_key means, which key we need to add in /config.py

    • @codeRECODE
      @codeRECODE  Před rokem

      The one that you get from 2captcha

    • @sujitbiswas1995
      @sujitbiswas1995 Před rokem +1

      @@codeRECODE I need my own API key from google twocaptcha?

  • @crankfr0sch
    @crankfr0sch Před rokem

    if i dont finde the Sitekey who can i make it then?

    • @codeRECODE
      @codeRECODE  Před rokem

      Wont work without it

    • @joerefsland
      @joerefsland Před 11 měsíci +1

      I couldn't find the sitekey under elements, but I found it under the network tab, then the response tab.

  • @szulczi837
    @szulczi837 Před 2 lety

    What if there is an xsrf-token in the cookie?

    • @codeRECODE
      @codeRECODE  Před 2 lety

      See the video on cookies on this channel, should be helpful

  • @xchen7363
    @xchen7363 Před rokem

    thank you

  • @linarehman6475
    @linarehman6475 Před 2 lety +1

    Good

  • @seelamkalavathi7182
    @seelamkalavathi7182 Před 2 lety

    Is this a 2captcha bot?

  • @kattamanju3395
    @kattamanju3395 Před 2 lety

    how sir and do you sell any courses sir?

  • @TuanTran-pq9eb
    @TuanTran-pq9eb Před rokem

    Doest it support svg captcha

  • @junaidmughal3806
    @junaidmughal3806 Před měsícem

    indians rock

  • @sendiikhsan7781
    @sendiikhsan7781 Před rokem

    please make using nodejs

  • @RAXTHECRAK02
    @RAXTHECRAK02 Před 4 měsíci +2

    21 minutes video just to solve captcha?☹️

    • @codeRECODE
      @codeRECODE  Před 3 měsíci

      Yeah. Could have been shorter 😑

  • @suryagawarikar4041
    @suryagawarikar4041 Před 2 lety +1

    sir you on telegram?