Is it better to use HasData for complex scraping tasks with NodeJs or stick with Cheerio?
@PawanKayat8 ай бұрын
Very Very Greate Video
@jesuschrist529411 ай бұрын
ever heard of OOP and classes? :D
@Axellplays Жыл бұрын
Super folositor, se poate face treaba asta si fara composer ? Ma refer strict folosind php vanilla
@pocchin31484 ай бұрын
You need composer to manage the libraries, and what he used in the video is vanilla php
@davidchriss9618 Жыл бұрын
Thank you
@randyevermore9323 Жыл бұрын
Hi, very belatedly. Thank you for the useful tutorial. I'll give your example code a try.
@Sdirimohamedsalah Жыл бұрын
Difficult to decide which data should be cached
@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 ?
@brixwork9 ай бұрын
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 Жыл бұрын
Felicitari! :)
@derrazeissam1637 Жыл бұрын
i love you bro <3
@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 Жыл бұрын
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 Жыл бұрын
Gracias hombre,,
@SergioSCFCast Жыл бұрын
Hi Fabian, how can I contact you? I have a scrapping challenge that's returning 403. Could you help me, please? Thank you!
@winz15272 жыл бұрын
Great video.
@InfiLoopAlchemist2 жыл бұрын
you know reddit has a api right lol
@simplyfabian2 жыл бұрын
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-_-MOON12 жыл бұрын
What's up me name is Fabian too
@raf5382 жыл бұрын
Can you run this code in Apps Script and have the results populated in a google Sheet?
@2kwattzPhotography2 жыл бұрын
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')
@MygenteTV2 жыл бұрын
bro you cant start a tutorial without showing how you attached your domain and everything
@obaidjunaid38262 жыл бұрын
I like when people are transparent and not just saying things for some views.
@kitchenhacks65052 жыл бұрын
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 ?
@thechosenone892 жыл бұрын
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.
@juguetestoys11372 жыл бұрын
great ! how can I copy the data obtained, inside a html div, instead of viewing it, in console. thanks
@r0x3042 жыл бұрын
I'm still confused on how your code passed when your "likeTagsProcesss" function isn't even properly written inside an object???
@balancejedi1623 жыл бұрын
Is there a way to target a particular post?
@TheDdsdad3 жыл бұрын
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
@Ryanprovements3 жыл бұрын
can you help me? im stuck at INSTALLATION. it said file not found for /install
@EduCodigosPro3 жыл бұрын
Is it a robot speaking? 😅
@IMADABOULHOUDA73 жыл бұрын
How can you build to heroku because if you deploy to heroku not working web scrapping with cheerio or puppeter is the same thing
@ahmedalattar54773 жыл бұрын
Man you chose all courses !!! Are you serious and you kept taking as if this income was all for one course ??
@simplyfabian3 жыл бұрын
Yes. It is income for one course :) its the only course I’ve ever launched.
@rshxrma3 жыл бұрын
WHY DIDN'T YOU PUT THE CODE IN DESCRIPTION?!?!
@simplyfabian3 жыл бұрын
You can see the method shown in the video for Free, and you're complaining? 🤦
@rshxrma3 жыл бұрын
@@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 Жыл бұрын
@@rshxrma your not serious.
@RahulRahul-uk3tr3 жыл бұрын
thnaks a lot after do it hands-on i got good confidence
@pixeljets3 жыл бұрын
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-vb3vj3 жыл бұрын
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?
@BESTEVERDUDE193 жыл бұрын
Local host 808 file not found*
@phantazzor3 жыл бұрын
I struggle to use my debugger the same way you do, which one are you using
@Abdulkadir-vb3vj3 жыл бұрын
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-mq9lk3 жыл бұрын
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
@Learnwithwaseem13 жыл бұрын
Udemy is the best platform. i am teaching at udemy if you need any help you can connect with me
@rezaulmasum2053 жыл бұрын
How to access meta information in premium site where document object is not accessible??
@jcs77573 жыл бұрын
multumesc from brazil. i worked on a team of romanians. they're always very kind people.
@ionutspataru9103 жыл бұрын
mersi pentru tutorial
@dropshiplitedeveloper54883 жыл бұрын
Huge respect for the movie example
@botbuilders3 жыл бұрын
i am exploring buying this script... really loved your demo...
@simplyfabian3 жыл бұрын
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/
@botbuilders3 жыл бұрын
@@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...
@simplyfabian3 жыл бұрын
@@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_3 жыл бұрын
nice tutorial, greetings from turkey
@simplyfabian3 жыл бұрын
Thank you, Orhan! Greetings from Romania ✌️.
@riccia8883 жыл бұрын
How can you get the cash from your sales? Where do udemy transfer your money? Or stored to its udemy website?
@simplyfabian3 жыл бұрын
Udemy sends the money via Paypal, not sure if they have other methods available now as I haven't been active anymore on Udemy.
@riccia8883 жыл бұрын
@@simplyfabian thanks for the reply. Thats expensive because paypal has a cut
@simplyfabian3 жыл бұрын
@@riccia888 Every platform has their own cut, it's just the way the world works.
@riccia8883 жыл бұрын
@@simplyfabian thats true
@Praveen-fc3cj3 жыл бұрын
Thank u brooo I love u bro
@agentfourteen85743 жыл бұрын
thank you
@simplyfabian3 жыл бұрын
Totally my pleasure to help 🙏!
@بسماللهيالله-ض8د3 жыл бұрын
8 k from one course ?
@simplyfabian3 жыл бұрын
Yep!
@بسماللهيالله-ض8د3 жыл бұрын
@@simplyfabian great job 👍
@cryptobojangle95923 жыл бұрын
Hey Fabian - Would like to pay you to create a custom bot.
@simplyfabian3 жыл бұрын
I'm sorry, I do not take on any freelance work anymore 😅.
@dustydragon99763 жыл бұрын
@@simplyfabian Let's make a deal. I'll start, $500
@RayanLaRoze3 жыл бұрын
Great video but beware that some will watch this video from a phone and it will be unreadable ....
@simplyfabian3 жыл бұрын
Thank you! Yes, that is true. When I will start to record videos again, I will make sure to zoom in more!