Fantastic course and the automation part at the end is almost immediately applicable to me! You just instantaneously put yourself on my tech radar! Thank you, sir.
I start learning puppeteer for a whatsapp project of mine and also some refresher of JS Since I haven't code that much anymore, but I've to say that this was a very informative tuts. Good Job!
What a great kickstarter tutorial. As someone who is using using web scraping to help me refresh my Javascript skills, this is exactly what I need to get a jump out of the gate.
Very cool node pack. Thanks, Brad. I am taking your WP dev course. Enjoy it very much. The extra plugin lessons you added are a gem. Thanks so much! Let's keep things rolling. I will see you in the next TH-cam video 😆
I was trying to figure out the best way to copy images, current prices and other information from some online catalogs, and here you pop in with exactly what I need. But what I really want to know is how you got that code to scrape my thoughts. Thanks!
I had never tried puppeteer before because I thought it would be so hard... It turns out this is a breeze, thank you! Just my two cents on crons, we realistically are going to use PM2 to restart automatically the app if anything goes wrong, even if the physical server reboots... personally... I set up our express server and crons to be different entrypoints in the same codebase. I'm yet to see a problem with this approach (perhaps slightly hurt performance and node libs stability)
thank you very much for your detailed explanation. One of the best teachers on youtube. BTW, how would you webscrape with web3 i.e. metamask required to see the info on page?
Epic! Would have probably gotten stuck without the Promise.all() thanks! P.S for Windows you can use task scheduler and for more robust npm scheduling I use agenda.
Great tutorial. I am having an odd experience (which I assume is due to my lack of experience). I am getting a massive string of errors when I do this, but it still works. Like the output is what is expected. I have traced the errors back to possibility that I am using the wrong version of Node.JS (I am using the most current) but I don't know which version I should be using to squelch those errors or if it even matters. They are mostly navigation errors "Unable to navigate it invalid URL ..../puppeteer/common/Connection.js :230:24" etc... in the terminal.
Great tutorial. Very helpful. One question. I have a task that is extract data from website and then convert it to json I don't need to store those data instead I need to send it those data to another website via api rest. Any idea or suggestions is welcome.
Thank you so much man. :) But could someone pls explain to me what the buffer method as seen at 20:52 exactly does? When do you use it? Thank you very much!
This is good video. Best teacher. But can we us this technic on server side pages ND can we use this puppeteer to download a whole webpage file? If yes how can we do that?
Would doing the secret message task before the img task stop the images from properly loading? And if so how would you navigate back to collect those images?
34:52 "Hope you feel like you learned something". Man, I learned a lot! Thank you!
Fantastic course and the automation part at the end is almost immediately applicable to me! You just instantaneously put yourself on my tech radar! Thank you, sir.
Unlike some TH-camrs on here you explain EVERYTHING. You make it so easy! Best teacher ever thankyou!
Hello. Your course was the first time I was able to follow along and not hit a snag. This was so much fun. Thank you.
New favorite teacher. I actually have hated using javascript since 1998, but I have a reason to use Puppeteer. Great video!
You always read my mind, and btw thanks for the WordPress course. Am now able to earn my living becoz of you.
LONG LIVE Brad.
I tried web scraping in December 2020 but had no luck. I am very happy I found this video!
This is really good. I started getting into this about a year ago, and coming back to it was a blur. It's all coming back to me now.
I'm on minute 6 and my jaw is on the floor already, this is exactly what I needed. Thank you!
Every time I watch this , combo for towel under the keyboard & Mr. Barksalot makes my day , Brad ! :D
Awesome, I just literally looking for this. Thanks Brad. Good to see you. 😁
Great video! As someone with 0 development experience who wanted to archive many images, this was perfect.
Your cat really does mewalot, this was very helpful to me in getting started with puppeteer
You are amazing!! ❤️❤️❤️❤️❤️❤️
He explained the things that 99 percent of the youtubers don't share.
Perfect timing, I was looking for selenium and my favorite teacher has made a video on the similar tool. Great :)
The best teacher forever 💪❤️
REALLY useful!!! Thank you so much from Buenos Aires, Argentina
I start learning puppeteer for a whatsapp project of mine and also some refresher of JS
Since I haven't code that much anymore, but I've to say that this was a very informative tuts.
Good Job!
it's a short video compared to other tutorials available on youtube. but its way better than those tutorials.
35 minutes ran looking like 5 mins...great job explaining! thanks
Really enjoy the way you teach, I did learn something every time I watched, awesome ! Now I can practice, great
Best video to understand puppeteer, hats off. Thanks for ur efforts
Your explanation is crystal clear. Thank you so much!!!
You are doing a wonderful job by giving Knowledge many thanks
Wow such a neat and clever code, I just could not resist to subscribe!
Excellent brother, very grateful to you 💜💜💜
oh FINALLY reeeally good tutorial on this topic
Great course! I had some trouble with $eval and $$eval before this now I totally get it. Thank you!
u r the only reason that i am still coding in js.
Thank you !
It was a great course !!
It helped me a lot, and I finally found answers to my questions.
What a great kickstarter tutorial. As someone who is using using web scraping to help me refresh my Javascript skills, this is exactly what I need to get a jump out of the gate.
Oh! What i was looking for. Thanks!😮
Beautifully explained! Thank you!
Very interesting subject and excellent teacher !
thanks so much for this.
i first heard about cron few years back while working with wordpress, i would definitely learn more about it.
Wow! this is exactly what I was looking for.
Thank you so much.
Very cool node pack. Thanks, Brad. I am taking your WP dev course. Enjoy it very much. The extra plugin lessons you added are a gem. Thanks so much! Let's keep things rolling. I will see you in the next TH-cam video 😆
simple, clear, amazing ! Thank you for making this video
Dude i bought a course on udemy about puppeteer and you explain more stuff on this topic smh. Thank you
this is a great video, and your explenations and examples are very good
Great video! You explain the content very well. Thank you sharing your knowledge!
your cats meowing in the background made me think mine were in another room 😂
great way of expalining things.. thanks
I can hear meowsalot in the background. Maybe hungry. lol. Thank you for the tutorial. :)
I actually died on "This is top secret text. The world is not ready to know that 2 + 2 = 4" :D
rip
Great tutorial! Thank you for the video and for the code!
Thank-you! Sir
Great Tutorial…
Clear in depth explanation!
Amazing video man. Thanks for sharing the knowledge!
I have watched full video. Wow so amazing...
BEST PUPPETEER VIDEO!
Just amazing stuff ❤❤
I was trying to figure out the best way to copy images, current prices and other information from some online catalogs, and here you pop in with exactly what I need. But what I really want to know is how you got that code to scrape my thoughts. Thanks!
Really love the way you teach ❤️
this was a great tour of puppeteer. thanks!
I had never tried puppeteer before because I thought it would be so hard... It turns out this is a breeze, thank you! Just my two cents on crons, we realistically are going to use PM2 to restart automatically the app if anything goes wrong, even if the physical server reboots... personally... I set up our express server and crons to be different entrypoints in the same codebase. I'm yet to see a problem with this approach (perhaps slightly hurt performance and node libs stability)
Really Great Content !! Learnt Web Scraping with such ease !! Keep doing bro You jsut earned a Sub!!
you're a great teacher, thanks!
Awesome, explained in details
This video help me so much 💯 Thank you
thanks a lot man, you make it easy to follow and learn 🙏🙏
thank you very much for your detailed explanation. One of the best teachers on youtube. BTW, how would you webscrape with web3 i.e. metamask required to see the info on page?
Very very nicely done!!! 👍👍👍👍
Awesome tutorial, thank you!
Thank you so much man! Great explanation!:)
Brilliant!! Huge thanks and love 🙂💙💙
Amazing amazing tutorial!!!
loved the video man - really helped me out
Wow nice to see you again
Thanks for this amazing video sir!
Great course!
excellent tutorial ,it makes it so easy, thanks!
Soo it means that you are planning a web scraping course?? I’m really waiting for that to happen ✨
Hooo the best channel on the earth 🌍
Thanks for the video, please how do I prevent Puppeteer from clearing cookies and session data each time, I close the browser?
Perfect explains
solid tutorial thanks man
Great vid, thanks for this
Great video! Only improved by the cat in the background
Great explanation!
Thanks, great video.
This was a great tutorial!
Thank you very much Sir ...
my favourite teacher
Here is Mr. Mewsalot 15:56 :)
Epic! Would have probably gotten stuck without the Promise.all() thanks! P.S for Windows you can use task scheduler and for more robust npm scheduling I use agenda.
Great tutorial. I am having an odd experience (which I assume is due to my lack of experience). I am getting a massive string of errors when I do this, but it still works. Like the output is what is expected. I have traced the errors back to possibility that I am using the wrong version of Node.JS (I am using the most current) but I don't know which version I should be using to squelch those errors or if it even matters. They are mostly navigation errors "Unable to navigate it invalid URL ..../puppeteer/common/Connection.js :230:24" etc... in the terminal.
Thx! Awesome content!
awesome this is mind-blowing
Great tutorial. Very helpful. One question. I have a task that is extract data from website and then convert it to json I don't need to store those data instead I need to send it those data to another website via api rest. Any idea or suggestions is welcome.
Thank you very much.
Amazing content 🔥
Thank you so much man. :) But could someone pls explain to me what the buffer method as seen at 20:52 exactly does? When do you use it? Thank you very much!
Hey, what's your terminal in vscode ? Why is it so nice 😁
From 16:00 there is that Meawsalot, you hear it too? First I thought it was outside my door...
Please make a video or a blog an how can we open chrome with some extensions using puppereer
This is good video. Best teacher. But can we us this technic on server side pages ND can we use this puppeteer to download a whole webpage file? If yes how can we do that?
Nice Video!
Hi Brad, Thanks for this. I heard we can start a puppeteer browser and then control it remotely from JS, that would be a really nice tool to know.
Do have more tutorials on JavaScript Automation?
Would doing the secret message task before the img task stop the images from properly loading? And if so how would you navigate back to collect those images?