Пікірлер
@princetondennis2734
@princetondennis2734 Сағат бұрын
Is it better to use HasData for complex scraping tasks with NodeJs or stick with Cheerio?
@PawanKayat
@PawanKayat 8 ай бұрын
Very Very Greate Video
@jesuschrist5294
@jesuschrist5294 11 ай бұрын
ever heard of OOP and classes? :D
@Axellplays
@Axellplays Жыл бұрын
Super folositor, se poate face treaba asta si fara composer ? Ma refer strict folosind php vanilla
@pocchin3148
@pocchin3148 4 ай бұрын
You need composer to manage the libraries, and what he used in the video is vanilla php
@davidchriss9618
@davidchriss9618 Жыл бұрын
Thank you
@randyevermore9323
@randyevermore9323 Жыл бұрын
Hi, very belatedly. Thank you for the useful tutorial. I'll give your example code a try.
@Sdirimohamedsalah
@Sdirimohamedsalah Жыл бұрын
Difficult to decide which data should be cached
@Ditzj
@Ditzj Жыл бұрын
Interesting for sure. You add a PHP link with a variable, but what if you do different queries all from the same URL, like on a map with a search panel beside it ?
@brixwork
@brixwork 9 ай бұрын
Those would be pointless to store in memcache if the variations are huge.. and it would eat up RAM space (this sits on RAM I believe). You pick & choose what to cache. Page content etc. that doesn't change freqently would be great. You can also specify the expiry duration depending on each cache, so write a nice function that determines the type, key and duration well, and boom. Good to go.
@yonut
@yonut Жыл бұрын
Felicitari! :)
@derrazeissam1637
@derrazeissam1637 Жыл бұрын
i love you bro <3
@joshmay9531
@joshmay9531 Жыл бұрын
Thanks for the video! Looks like FB updated some of their HTML. I had to change the "your profile" selector to this to get it to work - await page.waitForSelector('svg[aria-label="Your profile"]');
@mike-mike-mike
@mike-mike-mike Жыл бұрын
were you able to bypass the login using the cookies? my cookies.json file got populated after first sign-in but when i try to run my puppeteer file the second time, i just get stuck on the login page even after cookies have been set.
@dansonmwangi5660
@dansonmwangi5660 Жыл бұрын
Gracias hombre,,
@SergioSCFCast
@SergioSCFCast Жыл бұрын
Hi Fabian, how can I contact you? I have a scrapping challenge that's returning 403. Could you help me, please? Thank you!
@winz1527
@winz1527 2 жыл бұрын
Great video.
@InfiLoopAlchemist
@InfiLoopAlchemist 2 жыл бұрын
you know reddit has a api right lol
@simplyfabian
@simplyfabian 2 жыл бұрын
I do :). This is not the scope of the tutorial. The purpose is to show you how you can do these things, so that you can learn.
@MF-_-MOON1
@MF-_-MOON1 2 жыл бұрын
What's up me name is Fabian too
@raf538
@raf538 2 жыл бұрын
Can you run this code in Apps Script and have the results populated in a google Sheet?
@2kwattzPhotography
@2kwattzPhotography 2 жыл бұрын
Thank you so much for explaining but i am constantly getting this error, if anyone would help me, it would be greatly appreciated . Error: Evaluation failed: TypeError: Cannot read properties of null (reading 'innerText')
@MygenteTV
@MygenteTV 2 жыл бұрын
bro you cant start a tutorial without showing how you attached your domain and everything
@obaidjunaid3826
@obaidjunaid3826 2 жыл бұрын
I like when people are transparent and not just saying things for some views.
@kitchenhacks6505
@kitchenhacks6505 2 жыл бұрын
after upload source as you guide, my domain can't load, it only display: '' 503 service unavailable" Can you please help me to fix this ?
@thechosenone89
@thechosenone89 2 жыл бұрын
This tutorial is particularly useful because it's on a site where the markup hasn't changed much since the video was recorded. One thing did change though, basically there is a sponsored post at the top of the list of results now. And your span[class="rank"] selector won't work because that span in the sponsored post has a class of "rank sponsored" rather than just "rank". And the tagline classes will error out too but I didn't investigate why. Easy fix is to just replace "thing" with "self" in the elements declaration: let elements = await self.page.$$('#siteTable > div[class*="self"]'); The sponsored post doesn't have the self class.
@juguetestoys1137
@juguetestoys1137 2 жыл бұрын
great ! how can I copy the data obtained, inside a html div, instead of viewing it, in console. thanks
@r0x304
@r0x304 2 жыл бұрын
I'm still confused on how your code passed when your "likeTagsProcesss" function isn't even properly written inside an object???
@balancejedi162
@balancejedi162 3 жыл бұрын
Is there a way to target a particular post?
@TheDdsdad
@TheDdsdad 3 жыл бұрын
Hi, I want to create a bot that posts 1 link (imgur link w an image) daily to different subreddits. How could I do this ? Let's say 20 photos, on 20 subs, somehow to create a rotation effect, so that the same photo doesn't get posted to the same sub ? 1 per day on each sub is the goal I hope it's clear, I'm still doing the research but it's troublesome If it's not to complicated leave a reply Thx anyway
@Ryanprovements
@Ryanprovements 3 жыл бұрын
can you help me? im stuck at INSTALLATION. it said file not found for /install
@EduCodigosPro
@EduCodigosPro 3 жыл бұрын
Is it a robot speaking? 😅
@IMADABOULHOUDA7
@IMADABOULHOUDA7 3 жыл бұрын
How can you build to heroku because if you deploy to heroku not working web scrapping with cheerio or puppeter is the same thing
@ahmedalattar5477
@ahmedalattar5477 3 жыл бұрын
Man you chose all courses !!! Are you serious and you kept taking as if this income was all for one course ??
@simplyfabian
@simplyfabian 3 жыл бұрын
Yes. It is income for one course :) its the only course I’ve ever launched.
@rshxrma
@rshxrma 3 жыл бұрын
WHY DIDN'T YOU PUT THE CODE IN DESCRIPTION?!?!
@simplyfabian
@simplyfabian 3 жыл бұрын
You can see the method shown in the video for Free, and you're complaining? 🤦
@rshxrma
@rshxrma 3 жыл бұрын
@@simplyfabian I really appreciate it, but I was just kinda lazy to type the same code back again, and you could tell how a copy of code would've helped!
@fastlearner9993
@fastlearner9993 Жыл бұрын
@@rshxrma your not serious.
@RahulRahul-uk3tr
@RahulRahul-uk3tr 3 жыл бұрын
thnaks a lot after do it hands-on i got good confidence
@pixeljets
@pixeljets 3 жыл бұрын
Thank you for this wonderful tutorial! I needed to scrape followers from Instagram and I've created a video about it: kzbin.info/www/bejne/qn_Oh4ubjbtkis0 I'm new to youtube content creation and I will really appreciate likes and comments. Thanks!
@Abdulkadir-vb3vj
@Abdulkadir-vb3vj 3 жыл бұрын
I would like ask a question, I followed your code, but sometimes the code produces two results, instead of one. Is there a reason for this?
@BESTEVERDUDE19
@BESTEVERDUDE19 3 жыл бұрын
Local host 808 file not found*
@phantazzor
@phantazzor 3 жыл бұрын
I struggle to use my debugger the same way you do, which one are you using
@Abdulkadir-vb3vj
@Abdulkadir-vb3vj 3 жыл бұрын
I am now halfway watching the video but I couldnt stop myself from commenting. That's a great tutorial, I understand everything you say, you explained it really clear. Thank you much
@BasitAli-mq9lk
@BasitAli-mq9lk 3 жыл бұрын
Thanks for sharing the video.I am a new Beginner I want to launch a new course .I am confused which Platform should I use to start selling courses.Please suggest
@Learnwithwaseem1
@Learnwithwaseem1 3 жыл бұрын
Udemy is the best platform. i am teaching at udemy if you need any help you can connect with me
@rezaulmasum205
@rezaulmasum205 3 жыл бұрын
How to access meta information in premium site where document object is not accessible??
@jcs7757
@jcs7757 3 жыл бұрын
multumesc from brazil. i worked on a team of romanians. they're always very kind people.
@ionutspataru910
@ionutspataru910 3 жыл бұрын
mersi pentru tutorial
@dropshiplitedeveloper5488
@dropshiplitedeveloper5488 3 жыл бұрын
Huge respect for the movie example
@botbuilders
@botbuilders 3 жыл бұрын
i am exploring buying this script... really loved your demo...
@simplyfabian
@simplyfabian 3 жыл бұрын
Glad to hear that! You can check the blog post to see more details as well: grohsfabian.com/top-3-best-php-url-shortener-scripts/
@botbuilders
@botbuilders 3 жыл бұрын
@@simplyfabian do you have the video demo of the latest version of PHPshort? I am very much interested in checking the Deep llinking feature... would love to see the working of Deep linking feature...
@simplyfabian
@simplyfabian 3 жыл бұрын
@@botbuilders I do not have another video, no. You can check out the demo of the product on its own website 🤗 linked from the description.
@orhancekic_
@orhancekic_ 3 жыл бұрын
nice tutorial, greetings from turkey
@simplyfabian
@simplyfabian 3 жыл бұрын
Thank you, Orhan! Greetings from Romania ✌️.
@riccia888
@riccia888 3 жыл бұрын
How can you get the cash from your sales? Where do udemy transfer your money? Or stored to its udemy website?
@simplyfabian
@simplyfabian 3 жыл бұрын
Udemy sends the money via Paypal, not sure if they have other methods available now as I haven't been active anymore on Udemy.
@riccia888
@riccia888 3 жыл бұрын
@@simplyfabian thanks for the reply. Thats expensive because paypal has a cut
@simplyfabian
@simplyfabian 3 жыл бұрын
@@riccia888 Every platform has their own cut, it's just the way the world works.
@riccia888
@riccia888 3 жыл бұрын
@@simplyfabian thats true
@Praveen-fc3cj
@Praveen-fc3cj 3 жыл бұрын
Thank u brooo I love u bro
@agentfourteen8574
@agentfourteen8574 3 жыл бұрын
thank you
@simplyfabian
@simplyfabian 3 жыл бұрын
Totally my pleasure to help 🙏!
@بسماللهيالله-ض8د
@بسماللهيالله-ض8د 3 жыл бұрын
8 k from one course ?
@simplyfabian
@simplyfabian 3 жыл бұрын
Yep!
@بسماللهيالله-ض8د
@بسماللهيالله-ض8د 3 жыл бұрын
@@simplyfabian great job 👍
@cryptobojangle9592
@cryptobojangle9592 3 жыл бұрын
Hey Fabian - Would like to pay you to create a custom bot.
@simplyfabian
@simplyfabian 3 жыл бұрын
I'm sorry, I do not take on any freelance work anymore 😅.
@dustydragon9976
@dustydragon9976 3 жыл бұрын
@@simplyfabian Let's make a deal. I'll start, $500
@RayanLaRoze
@RayanLaRoze 3 жыл бұрын
Great video but beware that some will watch this video from a phone and it will be unreadable ....
@simplyfabian
@simplyfabian 3 жыл бұрын
Thank you! Yes, that is true. When I will start to record videos again, I will make sure to zoom in more!