Rotating Proxies For Web Requests in Python

Поділитися
Вставка
  • Опубліковано 28 лис 2022
  • Today we learn how to do proxy rotation for free when doing web requests in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Наука та технологія

КОМЕНТАРІ • 54

  • @mineme678
    @mineme678 Рік тому +26

    All of your videos have been just what I've been looking for. Swear nobody else makes a simple yet extensive video about programming concepts that can be easily confusing. I've watched plenty of videos about threading but your tiny bit of use in it here helped me understand how it works within the system.

  • @jissoune2009
    @jissoune2009 Рік тому +5

    I'm a big fan of your videos. Each week I learn something. Thanks a lot for your work.

  • @zulucharlie5244
    @zulucharlie5244 11 місяців тому +4

    Another fantastic video. Thank you.

  • @fishingtrippy
    @fishingtrippy Рік тому +5

    The pacing of your videos and explanations are really easy to digest. Thank you!

    • @7ingz
      @7ingz 5 місяців тому

      cap

  • @willykitheka7618
    @willykitheka7618 Рік тому

    I like the way you teach! Thanks for sharing!

  • @zeelthumar
    @zeelthumar 9 місяців тому +1

    I am just speechless...............................awesome work

  • @kirill_good_job
    @kirill_good_job Рік тому

    thank you man for this tutorial. you are wonderful.

  • @shot_tory
    @shot_tory Рік тому

    Oh my god, Thank you for making this video! i was finding how to avoid block all day. and now i solved it haha~ thank you^^~

  • @bogite8734
    @bogite8734 Рік тому

    Love your videos man

  • @rexby
    @rexby 7 місяців тому

    &= seems should be in the last line of code at the end of video. Thanks for this tutorial!

  • @mountainsoflavainc
    @mountainsoflavainc Рік тому

    thanks bro, gonna help a lot

  • @thehuman5607
    @thehuman5607 11 місяців тому

    You, sir, have saved my life😊

  • @hannesbeukes345
    @hannesbeukes345 4 місяці тому

    Awesome thank you !!

  • @Jelvix
    @Jelvix Рік тому +4

    Thanks for so useful video! As we told in one of our own videos - Python is one of the most prospective languages of programming, extremely important for developers! You showed good hints, and the explanation is very clear.

  • @michawiseka1785
    @michawiseka1785 Рік тому +1

    Sheeesh, that modulo thing at the end is so smart

  • @jonbarg5762
    @jonbarg5762 Рік тому +3

    Hey there! I have a problem with the proxy rotation. The proxy server program works, but it doesn't rotate the proxies, it always uses the same. Do you know what I can do to solve the problem? Thanks!

    • @IPCOLA-
      @IPCOLA- 8 місяців тому

      Try IPcola, residential IP proxy, sticky and rotation sessions,100% new, 99% pure

  • @thierrytrouillet5602
    @thierrytrouillet5602 2 місяці тому

    Really very nice V.S. Code customization at display! How did you do that? Regards.

  • @amirnorozi1085
    @amirnorozi1085 11 місяців тому

    thanks a lot it worked

  • @DonHolga
    @DonHolga Рік тому

    good job , thank y

  • @paulthomas1052
    @paulthomas1052 Рік тому

    I'm at work and our proxies seem to block me searching for other proxies (😃) - any ideas how I can get round this ? Thanks xx

    • @ike654
      @ike654 8 місяців тому

      You can try a vpn or change your dns

  • @user-yd8ft7fk1k
    @user-yd8ft7fk1k 7 місяців тому

    Thanks for the tutorial, and I have an idea that will make InshaeALLAH you content more useful, is providing the source code, so we can practice and get familiar quickly with the topic.

  • @AkashSethi-bk3pq
    @AkashSethi-bk3pq 3 місяці тому

    Thank for this video. Can you also make a video for proxies which can be used for SMTP with open port 25 for email verification

  • @AhmedThahir2002
    @AhmedThahir2002 Рік тому +2

    Wait so if proxy[0] doesn't work, will this code retry with proxy[1]?

  • @YMuhammadyusuf
    @YMuhammadyusuf Рік тому +2

    Hey Can anyone share the code of tutorial please?

  • @nabilkhaldi5566
    @nabilkhaldi5566 6 місяців тому

    AttributeError: 'str' object has no attribute 'put' -what's wrong here?

  •  2 місяці тому

    Great video! Any idea how to fix SSL: CERTIFICATE_VERIFY_FAILED?

  • @gustavorosas-dev
    @gustavorosas-dev 4 місяці тому

    Top! ⬆

  • @moinmemon2439
    @moinmemon2439 3 місяці тому

    Hello sir I am your subscriber
    I am facing an issue that the code is printing failed and failed only
    And also please help me if someone see it

  • @shot_tory
    @shot_tory Рік тому +2

    hmm there is mistake in your code. 5:33 "https:":proxy
    using other free proxy is so slow i think

  • @timbrap4693
    @timbrap4693 10 місяців тому

    How do I use http proxies to request https websites?

    • @IPCOLA-
      @IPCOLA- 8 місяців тому

      Try IPCola, residential IP proxy, sticky and rotation sessions,100% new, 99% pure

  • @cheemzboi
    @cheemzboi Рік тому

    please link me this src

  • @BearZachar1us
    @BearZachar1us 7 місяців тому

    that if statement is giving me a traceback.

  • @nattyzaddy6555
    @nattyzaddy6555 Рік тому

    Guys I was confused af Ill let yall know this will only work in a script dont try doing this in a ipynb lmao. Specifically threading doesnt work well with jupyter

  • @vratislavgoldie7386
    @vratislavgoldie7386 25 днів тому +3

    why do i not find any proxy server that seems to be working??

    • @marvelcontestofchampions3927
      @marvelcontestofchampions3927 20 днів тому

      Me too

    • @vratislavgoldie7386
      @vratislavgoldie7386 9 днів тому

      @marvelcontestofchampions3927 yeah i wrote a code which would automatically go to the website copy all the 300 proxy servers and check them individually and then create a list of working servers.

  • @agustotara
    @agustotara 6 місяців тому

    In the realm of rotating residential proxies, Zeus Proxy consistently earns my trust by providing a comprehensive solution that aligns with my diverse online endeavors.

    • @roycedot
      @roycedot 6 місяців тому +4

      Sounds like a real comment from a real user

  • @Karymemontolis
    @Karymemontolis 6 місяців тому

    When considering the safety of my internet connection, Zeus Proxy emerges as a trusted provider, offering residential proxies known for their reliability.

    • @roycedot
      @roycedot 6 місяців тому

      Sounds like a real comment from a real user

  • @jaderson-ds.eng.naveia
    @jaderson-ds.eng.naveia 4 місяці тому

    Hi! I would to thank you to address this solution. Greetings from Brazil +1. subscribe.

  • @none_ghost6204
    @none_ghost6204 Рік тому +1

    Next video be like: How to make a botnet in python

  • @RayHorn5128088056
    @RayHorn5128088056 Рік тому

    If the web server uses a session and you got blocked you will likely remain blocked after switching proxies. But now we know your just a hacker.

    • @rikkilleen3169
      @rikkilleen3169 Рік тому +1

      You say that like it's a bad thing.

    • @CappySmack
      @CappySmack Рік тому

      @@rikkilleen3169 There are far more effective methods for doing what you wanted to present during your video. Go and learn them if you want to be a hacker.

    • @rikkilleen3169
      @rikkilleen3169 Рік тому +1

      @@CappySmack I'm a tad confused. I don't have any videos. So I'm not sure if you are thinking of someone else or simply making a rhetorical reference to me
      Either way, my interest in hacking derives from working for the US Army. They insisted I obtain Sec+ despite my never working anywhere IT critical beyond building out-of-the-box SharePoint, O365, & Powerapps solutions (maybe with some JSON). In the class, the instructor had us set up KaliLinux VMs to keep the material from being too abstract and dry. Four weeks later, I now know a lot more than I need, and I can follow videos like this and ruminate on ways to work past issues such as your mention of sessions. It's strictly an academic interest.

  • @dot_dot_pwn2650
    @dot_dot_pwn2650 Рік тому +1

    Dude turn those drug out for loops into one liners, makes it look better and work faster in most cases

    • @chooseadventure2311
      @chooseadventure2311 8 місяців тому

      One liners suck balls for readability. People who cram everything into a one liner don't care about other people who have to fix to maintain the codebase long after.