Это видео недоступно.
Сожалеем об этом.

How to Solve Captcha / ReCaptcha - Python and 2captcha

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • This video was inspired by spammers. Even after enabling reCaptcha on my site, I get too many spam messages. In this video, I explain how spammers do it. Note that this is an educational video and DOES NOT ENDORSE such practice. See Source code for Requests and Scrapy examples
    🔥 codeRECODE.com EXCLUSIVE
    ⮕ Become a member and get access to all the courses on my site:
    coderecode.com...
    ⮕ Take the course on Scrapy Basics for $1 or free 😀
    (Use coupon code FREE on checkout page)
    coderecode.com...
    🎥 RELATED VIDEOS
    ⮕ Complete Guide to CSS Selectors • CSS Selectors for Web ...
    🔓 SOURCE CODE
    github.com/eup...
    📠 GEAR I USE and RECOMMEND
    Note: These are affiliate links. I get a small commission if you click on these links and buy. This does not cost you anything.
    ⮕ Røde PodMic
    Amazon US - amzn.to/3FeWjzo
    Amazon India - amzn.to/2YkRVhq
    ⮕ Audio Interface - Focusrite Scarlett 2i2
    Amazon US - amzn.to/3a16Obc
    Amazon India - amzn.to/3Ddj598
    📕 CHAPTERS
    00:00 Introduction
    00:33 Introduction to 2Captcha
    02:00 Examine Network Flow
    04:53 Let's Begin Coding
    20:40 A Word About Scrapy
    #recaptcha #captcha #python #codeRECODE #upendra
    ~-~~-~~~-~~-~
    Please watch: "Making Scrapy Playwright fast and reliable"
    • How to make Scrapy Pla...
    ~-~~-~~~-~~-~

Комментарии • 61

  • @user-pq1qg1be6k
    @user-pq1qg1be6k Год назад +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 2 года назад +3

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

  • @diptiranjanlenka5707
    @diptiranjanlenka5707 10 дней назад

    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?

  • @b391i
    @b391i 2 года назад +2

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

  • @antontele81
    @antontele81 23 дня назад

    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

  • @engineerbaaniya4846
    @engineerbaaniya4846 2 года назад +3

    Amazing content please upload more videos Thanks

  • @jonahellison4229
    @jonahellison4229 2 года назад +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  2 года назад

      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.

  • @ataimebenson
    @ataimebenson 2 года назад +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 2 года назад

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

  • @maqdala
    @maqdala 2 года назад +2

    A great explanation. Thank you!

  • @jonahellison4229
    @jonahellison4229 2 года назад +2

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

    • @codeRECODE
      @codeRECODE  2 года назад +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

  • @MrYoklmn
    @MrYoklmn Год назад

    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 2 года назад

    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.

  • @CptSamiul
    @CptSamiul 8 месяцев назад

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

  • @quasii7
    @quasii7 2 года назад +1

    Excellent video, thank you

  • @premkshatri1010
    @premkshatri1010 Год назад

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

  • @pythonically
    @pythonically Год назад

    how to do the same in selenium?

  • @aquilanicolas5802
    @aquilanicolas5802 2 года назад +1

    Thank you, man.

  • @pranavmaheta7845
    @pranavmaheta7845 2 года назад +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 2 года назад

    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  2 года назад

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

  • @mehrdadghorbani9966
    @mehrdadghorbani9966 2 года назад

    its not necessary to submit captchas token?

  • @agasta8562
    @agasta8562 2 года назад

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

  • @ajayjoseph8722
    @ajayjoseph8722 Год назад

    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  Год назад +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 Год назад

      ​@@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

  • @bustopgamer5802
    @bustopgamer5802 8 месяцев назад

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

    • @codeRECODE
      @codeRECODE  2 месяца назад

      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.

  • @archanacrfrench4778
    @archanacrfrench4778 Год назад

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

    • @codeRECODE
      @codeRECODE  Год назад

      The one that you get from 2captcha

    • @sujitbiswas1995
      @sujitbiswas1995 Год назад +1

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

  • @linarehman6475
    @linarehman6475 2 года назад +1

    Good

  • @crankfr0sch
    @crankfr0sch 11 месяцев назад

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

    • @codeRECODE
      @codeRECODE  11 месяцев назад

      Wont work without it

    • @joerefsland
      @joerefsland 10 месяцев назад +1

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

  • @szulczi837
    @szulczi837 2 года назад

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

    • @codeRECODE
      @codeRECODE  Год назад

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

  • @xchen7363
    @xchen7363 Год назад

    thank you

  • @junaidmughal3806
    @junaidmughal3806 17 дней назад

    indians rock

  • @TuanTran-pq9eb
    @TuanTran-pq9eb Год назад

    Doest it support svg captcha

  • @kattamanju3395
    @kattamanju3395 2 года назад

    how sir and do you sell any courses sir?

  • @seelamkalavathi7182
    @seelamkalavathi7182 2 года назад

    Is this a 2captcha bot?

  • @sendiikhsan7781
    @sendiikhsan7781 Год назад

    please make using nodejs

  • @RAXTHECRAK02
    @RAXTHECRAK02 3 месяца назад +2

    21 minutes video just to solve captcha?☹️

    • @codeRECODE
      @codeRECODE  2 месяца назад

      Yeah. Could have been shorter 😑

  • @suryagawarikar4041
    @suryagawarikar4041 2 года назад +1

    sir you on telegram?