How to Scrape Websites with GPT-3.5 (Web Scraping with ChatGPT)

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 20. 07. 2024
  • đŸ”„ My FREE Cheat Sheets (ChatGPT, web scraping, data science): artificialcorner.substack.com...
    🔗 Playground: beta.openai.com/playground
    🔗 Subslikescript: subslikescript.com/movies
    Web Scraping with ChatGPT. In this video, we're going to scrape Twitter and Amazon using ChatGPT. We'll use OpenAI Playground to generate Python code that scrapes any website out there.
    Social Media
    ===========
    🎼 Discord: / discord
    🔗 LinkedIn: / thepycoach
    đŸ„ Twitter: / thepycoach
    ✏ Medium: / frank-andrade
    đŸ˜ș GitHub: github.com/ifrankandrade
    My Courses
    ==========
    đŸ”„ Join My Automation Course in Python: www.udemy.com/course/automate...
    đŸ”„ Join My Python for Data Science Bootcamp: www.udemy.com/course/python-f...
    đŸ”„ 8-hour Web Scraping Course in Python: www.udemy.com/course/web-scra...
    💰 Make money using your Programming & Data Science skills: codelessearnmore.teachable.co...
    Support My Work
    ==============
    đŸ’” PayPal: www.paypal.com/donate/?hosted...
    --------------------
    Content:
    0:00 Intro
    0:34 The approach to use to scrape with ChatGPT Playground
    4:21 Scraping Amazon with ChatGPT
    9:51 Scraping Twitter with ChatGPT

Komentáƙe • 164

  • @ThePyCoach
    @ThePyCoach  Pƙed rokem +5

    If you'd like to know how I'd use ChatGPT to learn to code, check out my new video 👉czcams.com/video/Eh_KovOmQRQ/video.html

    • @AEON.
      @AEON. Pƙed rokem

      Can you make a video of getting ChatGPT to Google Dork or to write a code to do so for any website?

    • @lhcsouth
      @lhcsouth Pƙed rokem

      This is awesome, thank you! I have been trying to use this video to help me scrape certain aspects of flippa and apparently the commands I'm giving ChatGPT aren't correct. lol I want to scrape flippa every 5 minutes after the hour and I want it to scrape the site for site name, type, industry, monetization, age, net profit, and the site description. Any help would be highly appreciated.
      Thank you!

    • @ollieroddy
      @ollieroddy Pƙed rokem

      Thanks for posting the video. Is there any way to do this for a site that requires a sign in? I have a sign in for a site and want to use a scraping tool to scrape all of the data from it.
      The data is behind a click, i.e. you have to click the listing in the contacts database to see the email address.
      Any idea how to do this?

    • @oxtharhino9784
      @oxtharhino9784 Pƙed rokem +1

      what website did you past that in to get the test to print?

  • @psocretes8183
    @psocretes8183 Pƙed rokem +2

    I have never uderstood how bots work. Like many people I have dabbled with code but haven't needed to go further. I didn't realise that the classes and IDs etc were to help others acess your ste data. It all makes so much more sense. Thanks.👍

  • @maskman4821
    @maskman4821 Pƙed rokem +15

    Wow, this is really amazing, thank you for showing us how to tell ChatGPT to scrape the web page to get the content we need, this is a valuable lesson, than you so much 🙏

  • @jareda8943
    @jareda8943 Pƙed rokem +3

    This is exactly what I needed. Thank you!

  • @ThePyCoach
    @ThePyCoach  Pƙed rokem +41

    Due to the many questions and comments about ChatGPT and OpenAI Playground, here are some notes.
    1. Yes, ChatGPT and OpenAI Playground are not exactly the same. That said, if you use the prompts I created in this video on ChatGPT, it'd generate code that scrapes the website just like with Playground.
    2. Why did I use Playground instead of ChatGPT? Speed. I only wanted to get the code and not the bla bla bla you get with ChatGPT. I like the explanation ChatGPT gives, but, when recording the video it's a bit annoying.
    3. Some people say Playground isn't free. At least, it was free for me at the moment I recorded the video. I never gave credit card information and it's still working fine for me today.
    4. ChatGPT/Playground currently generates code for Selenium 3 and not for the last version (Selenium 4), so keep that in mind when using its generated code.

    • @ESSARGEE
      @ESSARGEE Pƙed rokem +3

      this is insane! TY for the videos, chat gpt3 is basically the next internet lol

    • @abhijeetdhumal7385
      @abhijeetdhumal7385 Pƙed rokem +14

      Bcoz it doesn't know about world after 2021

    • @maskman4821
      @maskman4821 Pƙed rokem

      @@abhijeetdhumal7385 yeah, I wonder why openAI team does this, if AI can't tell us the latest info, then it is no better than Google, you know đŸ€”

    • @sheetai
      @sheetai Pƙed rokem +1

      The SOME REASON is it was trained on data on the internet, there is more data about the older version than the new one, have you tried asking it specifically to write for selenium 4?

    • @Privacyking
      @Privacyking Pƙed rokem +2

      @@maskman4821 so that u will pay subscription when they launch the latest dataset :P

  • @k-c
    @k-c Pƙed rokem +5

    Pretty useful and time saving. Thanks again.

    • @lokesh9322
      @lokesh9322 Pƙed rokem

      Just 1 or 2 mins. It won't take more time to Google and copy from stack over flow.

  • @annapetmikel4356
    @annapetmikel4356 Pƙed rokem

    you are SO good. Learn much from you

  • @mrtn5882
    @mrtn5882 Pƙed rokem +17

    So basically you tell ChatGPT all the things that you'd tell any other web scraping tool as well. How genius! ChatGPT is now as intelligent as Scrapinghub was 10 years ago. 😅

  • @navin346
    @navin346 Pƙed rokem +3

    The projects shown in this video were once used to be to pass a whole examination or certification

  • @futuregootecks
    @futuregootecks Pƙed rokem

    Bro this is genius!!! Thank you

  • @disrael2101
    @disrael2101 Pƙed rokem +1

    Best video of 2023 so far

  • @learnwitharbia3477
    @learnwitharbia3477 Pƙed rokem

    thank you so much, that's really helpful!

  • @Nabilh17
    @Nabilh17 Pƙed rokem

    thank you for the video, it was interesting use cases 😊

  • @Mesut.e
    @Mesut.e Pƙed rokem

    It's a very simple and understandable educational video, thank you...
    I have a few questions.
    Is it possible to scan current ASINs (product identification numbers used by Amazon)?
    Of course, I need to enter location information to fetch data from the Amazon website.
    My other question is, how can I select the current profiles in my Chrome browser while using chromedriver?

  • @adamgdev
    @adamgdev Pƙed rokem

    Solid video!

  • @JesusChinoMagris
    @JesusChinoMagris Pƙed rokem

    Great tutuorial. Thank you. Question, i am trying to create a chrome extension to scrape products in every category that have no videos. Will this be possible using this same approach? TIA

  • @DJPapzin
    @DJPapzin Pƙed rokem

    Thank you for this great tutorial. I tried to scrape on tweeter by scrolling but i always get the same results

  • @pavel9652
    @pavel9652 Pƙed rokem +11

    Twitter loads only so many tweets at once, so when you scroll too far, it will remove the objects from HTML on the top. I learned it when I was searching for something with ctrl+f in the browser.

    • @mamneo2
      @mamneo2 Pƙed rokem +1

      Incroyable.

    • @NiruBhat1
      @NiruBhat1 Pƙed rokem +1

      @@mamneo2 Excroblagaxyable

  • @El.Desarrollador
    @El.Desarrollador Pƙed rokem

    I love you so much I really love you months and months trying to figure it out finally I was able to complete a project

    • @avamaria8447
      @avamaria8447 Pƙed rokem

      what project have you been working on months and months?

  • @aiexplains
    @aiexplains Pƙed rokem

    You can tell chatgpt to scrape for example items in items name just leave the selector empty then you can just fill out the selectors

  • @seanzhang3873
    @seanzhang3873 Pƙed rokem +28

    good video, I think this is going to be the future of coding. Human don't need to do low-level coding, but giving high-level instruction.

    • @KCM25NJL
      @KCM25NJL Pƙed rokem +3

      That low-level code you speak of, is high-level code. GPT just adds a higher level :)

    • @seanzhang3873
      @seanzhang3873 Pƙed rokem +1

      @@KCM25NJL The low-level code I mention, means the actual codes, like python, c or c++. The higher level code I mention means the natural language which explain the fundamental logic of the program. But I do get what you mean.

    • @pavel9652
      @pavel9652 Pƙed rokem

      This is a high-level code. Languages such as Python or Ruby are amongst the least verbose. Create a code snippet once and use it later. What is the point writing essays in English? ;) Great for learning, though.

  • @Aru8675
    @Aru8675 Pƙed rokem +1

    Hey brother can you tell me why i am getting only [ ] this in output whenever I try to scrap data of some websites? Does this happen due to they use javascript? Or it happens because javascript is not supported by beautiful soup? So is selenium best for all types of javascript, css and html websites? Also please make a video or provide your email i am facing issues in installation of chrome webdriver.

  • @Oliverqueen
    @Oliverqueen Pƙed rokem

    will this work on gambling websites that provide live stats? could you code it to constantly check the website for updated info? or would you need auth api for that.

  • @mnali
    @mnali Pƙed rokem

    Thank you for the tips

  • @FaycalAZIB
    @FaycalAZIB Pƙed rokem

    I'm stuck to scrape data related to this query on Google maps : Hotels near city name and getting the price of each hotel in detail view

  • @MangalFaisal
    @MangalFaisal Pƙed rokem

    what if I want to scrape the movie title, but also, the info inside each movie/url that leads to the info of the movie?

  • @magicsmoke0
    @magicsmoke0 Pƙed rokem +2

    It loses a bit of usefulness when you have to go look at the source and figure out for the ai where and how to scrape. Is there no ai that can "search" the html structure for the content you want?

  • @AEON.
    @AEON. Pƙed rokem

    Can you make a video of getting ChatGPT to Google Dork or to write a code to do so for any website??

  • @hariniavula5748
    @hariniavula5748 Pƙed rokem +1

    what if we have pagination or if the data is in api?

  • @baghi536
    @baghi536 Pƙed rokem

    Thank you!

  • @txreal2
    @txreal2 Pƙed rokem +1

    Got error at Playground OpenAI
    You've reached your usage limit. See your usage dashboard and billing settings for more details.
    You got to pay to play :(

  • @joshsowin
    @joshsowin Pƙed rokem +8

    You’re using “text-davinci” GPT model but “code-divinici” will probably work better for these kinds of things and will work more consistently

  • @TheTalidi
    @TheTalidi Pƙed rokem

    Thanks
    Please there is any method to know keyword that use on some products on amazon with ChatGPT??

  • @HQ-OnlyFans-Traffic
    @HQ-OnlyFans-Traffic Pƙed rokem

    Can this work on a website that requires log in to access any data I want to scrape?
    Thanks!

  • @sftinpakistan7766
    @sftinpakistan7766 Pƙed rokem

    Can you do that product asin and product price like products finding for Amazon fba

  • @Comic_Book_Creator
    @Comic_Book_Creator Pƙed rokem +1

    I need to scrap video links from a website? can I do ?

  • @DVSHORTS21
    @DVSHORTS21 Pƙed 6 měsĂ­ci

    Hello bro how to scrape a running website which will change all the time

  • @onurerdogan6725
    @onurerdogan6725 Pƙed rokem

    How can web scraping all pages from spesific website ?

  • @filmydhamaka4401
    @filmydhamaka4401 Pƙed rokem

    After getting the script of code. Where did you pasted it to run?

  • @plasmaawakened4785
    @plasmaawakened4785 Pƙed rokem

    How would i scrape website for ad copy on there home page? đŸ€”

  • @imhugeinjapan7
    @imhugeinjapan7 Pƙed rokem +1

    What can you do once you scrap a list? Like can you show more possibilities?

    • @NiruBhat1
      @NiruBhat1 Pƙed rokem

      you can save it!!!!!! & delete, recyclin bin - restore and again again, infinite possibilities instead of reading directly from the web!

  • @kottinaresh89
    @kottinaresh89 Pƙed rokem

    But chatgpt says it cannot connect to internet, no real time access as its an ai model. Is this something other than chatgpt?

  • @davidinark
    @davidinark Pƙed rokem +2

    So how do you tell it to scrape the subsequent pages?

    • @TheWorldFamousBeaverpedia
      @TheWorldFamousBeaverpedia Pƙed rokem

      I just asked the same thing two months after your question. I guess he either missed your question or I just won't get an answer. Your question is all I really care about :)

  • @alexandermartens192
    @alexandermartens192 Pƙed rokem +3

    I dint see a use case for it in the real world.
    When you first need to dive into the source code to find the right divs, or scc, what is the point using ai. The code itself can be written in 5 mins manually and probably in 1 min with github copilot.

  • @kevinkurnia2259
    @kevinkurnia2259 Pƙed rokem

    thanks bro i need this

  • @sayednab
    @sayednab Pƙed rokem

    how to integrate chatgpt to email, excel and messages?

  • @s.baskaravishnu22
    @s.baskaravishnu22 Pƙed rokem

    Many thanks

  • @iammcqwory
    @iammcqwory Pƙed rokem

    Asante Sana

  • @nichandesign
    @nichandesign Pƙed rokem

    Can you make chatgpt learn something about the actual data and updates by giving it informations

  • @kamel3d
    @kamel3d Pƙed rokem +1

    Great video, could you do an example to scrape facebook pages and get post? I was trying this the other day and it seem there no way to scrape public data from fb

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem +2

      I’ve never tried to scrape fb. What’s the issue? There are websites like LinkedIn though that have strong anti scraper systems that make web scraper very challenging. As I mentioned in another comment, this AI tool gives you the code, then you have to come up with something like proxy rotation to deal with anti scraping systems

    • @soccergalsara
      @soccergalsara Pƙed 11 měsĂ­ci

      bit weird

  • @FRANKWHITE1996
    @FRANKWHITE1996 Pƙed rokem

    Subscribed

  • @ttff-bd2yf
    @ttff-bd2yf Pƙed rokem

    I can't get it to scrape Amazon.

  • @jason_v12345
    @jason_v12345 Pƙed rokem +10

    I see zero point in using Chat GPT as merely a direct, 1-to-1 translator from natural language to code. If I need to write the instructions at the same level of abstraction as the code, I might as well just write the code. That's largely why programming languages exist! They are specialized languages that, unlike natural languages, can precisely and succinctly express low-level technical requirements in a human readable form.

    • @kami2496
      @kami2496 Pƙed rokem +2

      Es para ahorrar tiempo. Personalmente no he tocado HTML hace años, como electronico no me era necesario hasta el momento. Podria retomar los cursos, actualizarme, pero es otro tiempo adicional. Esto estrecha esos tiempos. Y de que maneras, refresca la memoria en los diversos lenguajes.

    • @satepestage3599
      @satepestage3599 Pƙed rokem

      I guess it's just more about batching those instructions.

    • @mamneo2
      @mamneo2 Pƙed rokem +1

      ​@@kami2496 Hola Miguel, veo que has estado contestando varios comentarios en inglĂ©s, con respuestas en español 😂

    • @kami2496
      @kami2496 Pƙed rokem +1

      @@mamneo2 bueno, asumo que si hay algun problema, el traductor lo soluciona. No es una barrera necesariamente.

  • @subhamsaha2235
    @subhamsaha2235 Pƙed rokem

    Thankssssssssssssssssssssssssssssssssssssssssssssssssssssss, for the first time I scraped a website by writing the exact code and also understood it completely, what was happening inside it

  • @eggmanaegman
    @eggmanaegman Pƙed rokem

    Hello, I used the exactly same code but it gave a syntax error.
    I asked chatGPT the same question and it gave me a different code that worked.

  • @chuckrussell3804
    @chuckrussell3804 Pƙed rokem

    What if I need to Log in first?

  • @shameemahamed1031
    @shameemahamed1031 Pƙed rokem

    Everyone says the name as Amazon at the start but the tutorial is about a different website scraping. The real part is you can not scrape Amazon content easily and if you go by this same method it'll fail as the DOM element won't be available and no one is telling you this.

  • @th-xd9xv
    @th-xd9xv Pƙed rokem

    Great video! Is this also usefull for Instagram? They have a very strong Bot detector.

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem +1

      The tool simply gives you the code. The rest is up to you. In this particular case, you’d probably need to rotate proxies

    • @th-xd9xv
      @th-xd9xv Pƙed rokem

      @@ThePyCoach yeah thought so. Thanks for clarifying. Love your content. Keep it going!

  • @13579Josiah
    @13579Josiah Pƙed rokem

    Waittt is the ai actually going to that link and looking at the html of the page? No right? Then how is it knowing from the url how to scrape the website?

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem

      In the case of books.to.scrape, it simple takes a script already built from the internet. In case on Amazon/Twitter, we're simply giving instructions on how to build the scraper. The tool never gets to see the HTML (at least not in this tutorial)

  • @happyfreeky
    @happyfreeky Pƙed rokem

    Isn't what you're using (playground) running GPT-3, not chatGPT? You said yourself that chatGPT doesn't have Web access (which is correct). But GPT-3 does. You keep saying chatGPT in your video (and title), which doesn't make sense. Or is playground a special version of chatGPT (aka GPT-3.5) that has Web access?

  • @ghayethbouraoui50
    @ghayethbouraoui50 Pƙed rokem

    what about scraping with facebook????

  • @spicer41282
    @spicer41282 Pƙed rokem

    Much like the other comment by a Lance below?
    This is NOT ChatGPT!
    You're misleading your Viewers.
    This is GPT-3 using the Davinci Text 3 option.
    Maybe you're going for more Views by saying "ChatGPT" ?
    But you are going to Confuse those that are Not too familiar with this technology.
    However, having said All of the above? Just wanted to make sure everyone knows.
    All in all....
    This is an Excellent tutorial !!

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem

      I shouldn't have used the terms ChatGPT/Playground interchangeably. That said, the prompts I used generated the same code in both ChatGPT/Playground. I just decided to use the latter because it generated the code way faster than ChatGPT without wasting time explaining the code.

  • @smanzoli
    @smanzoli Pƙed rokem +67

    Playground is another AI, a much less capable one (davinci)
 NOT ChatGPT.

    • @youre_being_watched
      @youre_being_watched Pƙed rokem +18

      Davinci is actually a bigger model that’s more capable but you need to give it more instruction

    • @bezillions
      @bezillions Pƙed rokem +12

      Chatgpt is gpt3 3.5 fine tuned to have discourse, "playground" is all of their models which are all based off go t3.5 at the moment and fine tune to do specific things like codex writes code, davinci does embedding and generation of tex

    • @MohammedAli-tq8ln
      @MohammedAli-tq8ln Pƙed rokem +5

      Yes he keeps saying ChatGPT.. anyway his tutorial is very useful đŸŒč

    • @xWe2s
      @xWe2s Pƙed rokem +3

      No, it's not. The text davinci 003 is the latest model, which actually is the so called gpt3.5 and ChatGPT. đŸ€Šâ€â™‚ïž

    • @smanzoli
      @smanzoli Pƙed rokem

      @@xWe2s Chat GPT is NOT the same da vinci you get in the Playground by ANY means.

  • @alessandrocaspani2697
    @alessandrocaspani2697 Pƙed rokem

    what kind of use does this have?

    • @kami2496
      @kami2496 Pƙed rokem +1

      Yo tenia en mente, aplicar un generador de resumenes. Imagina para un chat cualquiera, poder pedir generar un resumen de ## tiempo atras. Supongamos una conversacion que duro 30 minutos, para no leer todo, poder analizarla primero en forma de resumen, poder extraer las palabras claves, y determinar si resulta relevante revisar el contenido, o no... Asi omito el tiempo de leer comentarios de relleno. Felicitaciones, Saludos, repeticion de contenido, cosas fuera de contexto...
      Pero el primer paso es extraer la informacion de una pagina, luego procesarla con tecnologias NLP [GPT3], y obtenemos resultados que nos ahorran mucho tiempo....

  • @king94596511
    @king94596511 Pƙed rokem

    simple version of Github copilot

  • @aleksd286
    @aleksd286 Pƙed rokem +4

    I think I would be more quicker with Copilot

    • @xWingzTV
      @xWingzTV Pƙed rokem

      What is copilot?

    • @aleksd286
      @aleksd286 Pƙed rokem

      @@xWingzTV Microsofts AI tool specifically for programming. Been using it since the beginning

  • @nfaza80
    @nfaza80 Pƙed rokem +10

    text davinci is not optimized for coding. use other model

    • @pleabargain
      @pleabargain Pƙed rokem +1

      Which model do you recommend?

    • @seanzhang3873
      @seanzhang3873 Pƙed rokem +2

      @@pleabargain codex?

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem

      I didn't know that. Which one do you use for coding? đŸ€”

    • @deep2mixer
      @deep2mixer Pƙed rokem +3

      @@ThePyCoach OpenAI Codex

    • @greengoblin9567
      @greengoblin9567 Pƙed rokem +1

      @@deep2mixer chat gpt is actually better at coding than codex.

  • @MyBakedTurtle
    @MyBakedTurtle Pƙed rokem

    I’m tryna make a program where I can give a python script a bunch of top 20-50 ad agency website list and then it gets each of those websites and then scrapes for all their email so I can contact them offering my video editing services

  • @vishalharihar238
    @vishalharihar238 Pƙed rokem +1

    How can we ask ChatGPT to do pagination and scrape data for multiple pages within the same website?

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem +3

      The pages are usually in a navigation bar ( tag). Just tell ChatGPT to locate an element that has the nav tag and add the class name of the element.

    • @pavel9652
      @pavel9652 Pƙed rokem

      The ai will replace programmers bro, they say. Just ask on chat overflow how to write English question ;) I didn't intend to be mean, just found it funny ;)

  • @willowwood6798
    @willowwood6798 Pƙed rokem

    :) now I have to Google scrape website so I can know what he is doing
Context gets me 60% there.

  • @DerClaudius
    @DerClaudius Pƙed rokem +2

    "loophole" ....

  • @mohamedde2583
    @mohamedde2583 Pƙed rokem

    Chomedriver ain’t working no more ?

    • @howarja
      @howarja Pƙed rokem +5

      You need to have the Chromedriver version that matches your Chrome Browser release version. So, as your Chrome browser updates, you'll need up update your Chromedriver.

    • @johnpower1458
      @johnpower1458 Pƙed rokem

      Use Mozilla driver

    • @1996Pinocchio
      @1996Pinocchio Pƙed rokem

      Just tell ChatGPT what error you are getting, and it will tell you what you could do.

  • @arnabchatterjee1611
    @arnabchatterjee1611 Pƙed rokem

    Script?

  • @iamisobe
    @iamisobe Pƙed rokem

    Amazon Ip bans for this

  • @knoopx
    @knoopx Pƙed rokem

    sorry but it's actually faster to write a scraper from scratch... try pasting the whole html and asking it to write a scraper by example instead...

  • @Wolfoffreedom111
    @Wolfoffreedom111 Pƙed rokem

    Dude you can scrap with beautifulsoup, why you saying you can’t scrap amazon with it lol

  • @akramxgamer6574
    @akramxgamer6574 Pƙed rokem

    what the idea

  • @ThinkwithLex
    @ThinkwithLex Pƙed rokem

    I think typing code is much faster

  • @NiruBhat1
    @NiruBhat1 Pƙed rokem

    Change heading as "How to scrape any website content using Python"

  • @magatsu82
    @magatsu82 Pƙed rokem

    isn't playground a paid service?

  • @schmetterling4477
    @schmetterling4477 Pƙed rokem

    That's cool... lets enable blatant copyright violations with AI. ;-)

  • @CaterpillarOGM
    @CaterpillarOGM Pƙed rokem

    This' no loophole

  • @mrbinix3573
    @mrbinix3573 Pƙed rokem

    Cant scrape twitter no more

  • @joshsowin
    @joshsowin Pƙed rokem +7

    This is not ChatGPT, why do you keep saying that 😱

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem +2

      Yeah, I shouldn't have used the terms interchangeably. That said, you'd generate the same code with both ChatGPT/Playground. I know because I tried both. I've just made the video with Playground because it was faster.

  • @__d.y
    @__d.y Pƙed rokem

    You’re just pseudo coding at that point. You’ll need to know how the code will look to ask the question in the first place. I don’t really see a point in doing this. What would be useful is dropping in html code and giving examples of what you want scraped

  • @Meleeman011
    @Meleeman011 Pƙed rokem

    wtf it can do this too? XD

  • @Mr.nice.
    @Mr.nice. Pƙed rokem

    Why bother using gpt or anything if i know how it works i could just write the code myself and its will be more fun than talking to a robot

  • @mrthompson5084
    @mrthompson5084 Pƙed rokem

    Won’t scrape LinkedIn correctly. Fuck I hate LinkedIn.

  • @Business099
    @Business099 Pƙed rokem

    Bro scrap telegram

  • @MagicNoThief
    @MagicNoThief Pƙed rokem

    Warning!! The OpenAI Playground ISN'T FREE.

    • @ThePyCoach
      @ThePyCoach  Pƙed rokem

      I think they give you free credit each month. I never put any credit card info and I've used it for free so far

    • @MagicNoThief
      @MagicNoThief Pƙed rokem

      You only get some credits when you register, for a month

    • @MagicNoThief
      @MagicNoThief Pƙed rokem

      Also "Playground chatGPT" is not chatGPT. It's another language model, that's called GPT-3. ChatGPT is a GPT-3 based model that can communicate in conversations.

  • @kimbapslayer1995
    @kimbapslayer1995 Pƙed rokem

    Lol chat gpt is not connected to the internet 😂

  • @bangaruvarun3750
    @bangaruvarun3750 Pƙed rokem

    Jobs are at stake!!!!

  • @proxyscrape
    @proxyscrape Pƙed rokem

    @oxylabs we better watch out. ChatGPT is going to put everyone out of business. 😁

  • @Sammyli99
    @Sammyli99 Pƙed rokem

    whats more amazing is guess how much the Ai has grown in the last 4 weeks....now it knows what every hustler and hacker wants...feeds it back to: Google, Facebook, Insta, and the FBI and hey presto, secured loop. All for a fee sure, MS servers don't run themselves.