Thanks man! I am a Junior Python Developer and this have helped so mush in just 8 minutes!
@junaidmughal38062 жыл бұрын
such an underrated channel, keep doing it mate, hopefully your channel will blow up
@JohnWatsonRooney2 жыл бұрын
Thanks!
@pythonantole98923 жыл бұрын
Amazing. I keep learning new things on this channel. Had never heard of grequests until today.
@jp-pn6wk3 жыл бұрын
what is the difference between grequests and asynio in terms of performance
@bharathg80722 жыл бұрын
Very underrated channel. Amazing content.
@mattbass48073 жыл бұрын
ahh I was just wondering about this Thank you so much you have helped me be way ahead of the curve in my data analysis class in college!
@celerystalk3903 жыл бұрын
You keep impressing us with your knowledge of web scraping. Keep up the great work!
@trustedapp65323 жыл бұрын
Amazing connect and nice explanation with correct example Keep doing great things john...
@களவையும்கற்றுமற3 жыл бұрын
I was looking for this. Thank you very much for sharing your knowledge.
@amineboutaghou47143 жыл бұрын
Great video John ! Many thanks for the tips !
@ferilukmansyah30373 жыл бұрын
keep learning from this channel
@mattmovesmountains14433 жыл бұрын
Another banger. This'll be a nice upgrade for my data science scrapers. Just gathered 20 pages worth of house listings, 50 listings per page, then went into each of those links to get the data. Prob took 15 minutes. Curious to see how this cuts that down!
@beastvirus3 жыл бұрын
Waiting for you to reach 1M!
@bolatbekminbayev92173 жыл бұрын
Finally, thank you so much!
@ugurdev3 жыл бұрын
This blew my mind, much faster than even concurrent, surely a semi decent website would block you right away using this though. Combining this somehow with rotating proxies would be amazing though.
@JohnWatsonRooney3 жыл бұрын
Yes - that’s exactly what you do!
@ugurdev3 жыл бұрын
@@JohnWatsonRooney that would be a nice tutorial to have.
@JohnWatsonRooney3 жыл бұрын
Working on something - a few weeks away I think!
@alizimmx47763 жыл бұрын
Thank you sir definitely learning lot of thing plus will use in my work !
@fraddygil3 жыл бұрын
amazing.Thanks for this video!
@kevin-wg5iv3 жыл бұрын
Thank you, always amazing content
@pandalanhukuk8043 жыл бұрын
I think you should do a course and teach this really interesting insides. Could be on Udemy or on your own platform if you don't want to get cut from Udemy provisions. Thank you for the content.
@JohnWatsonRooney3 жыл бұрын
Thanks for watching! I’m planning a course but it’s still very much in the early stages
@pandalanhukuk8043 жыл бұрын
@@JohnWatsonRooney im staying tuned. Grab some data, you will be surprised. :-) how much value you can make. :-)
@tnssajivasudevan16013 жыл бұрын
Great Thank u for sharing the knowledge.
@mukeshwarsingh2703 жыл бұрын
Bro, I want to hug you so hard you can't breathe... THANK YOU :)))))))))))))
@tombrady24423 жыл бұрын
Hey, John - awesome stuff as always. I was wondering: is async and all the async scraping libs (aiohttp, grequests) aren't the same as scrapy? I mean aren't these all running code concurrently?
@sayidinaahmadalqososyi97703 жыл бұрын
thank you sir for you sharing, can i ask about thread, when i make requests,a lot requests ,and if i set thread much more the proccess more slow, i hope u understand my english so bad
@KhalilYasser3 жыл бұрын
Amazing. Thank you very much.
@ОлегАбрамов-к5д Жыл бұрын
Thanks for the cool tutorial! Can you please tell me how to pass cookies into a session, so that each request contains them?
@nsnilesh6043 жыл бұрын
Awesome sir 👌
@ammaralzhrani63292 жыл бұрын
Thanks , a im trying to understand async, I would ask about this library how to add headers to it ?
@CodePhiles3 жыл бұрын
great approach, thanks for the video, but it may be with limitation with some webistes..right
@shaharrefaelshoshany94423 жыл бұрын
AMAZING, great content,
@gisleberge43633 жыл бұрын
Using this grequest and scrape asyncronicly, would you say there is a chance of putting pressure to the websites that we're scraping, and more easily gjetting noticed and possibly blocked from the site? Like you say, everything goes faster...
@JohnWatsonRooney3 жыл бұрын
yes absolutely, ideally you want to use this with some rotating proxies
@xaviruiz83453 жыл бұрын
Amazing!!! I'm learning so much with your videos.. I really appreciate! Have you ever tried to scrape the API of IKEA (stock availability per store)? It can be a great challenge:)
@abdullahsiddique7787 Жыл бұрын
I need to call 13 k urls , and then process the response in pandas and write them to a csv . Do u recommend the async method or a multi thread approach ? Pls do let me know . Pls note the total response data size may go upto 70 80 gb , so not even sure if the response list variable can even hold it .
@nightowledits57083 жыл бұрын
So how to this output in a webpage... I'm currently doing my final yr project based on product comparison I done the scrapping file but it's output is showing in command prompt I want to show it ina webpage... Could u do a tutorial on that... That would be very helpful
@marsin233 жыл бұрын
funny how u did list comprehension for the requests and not for the get_urls with single line return ^_^ nonetheless great! haven't heard about grequests
@JohnWatsonRooney3 жыл бұрын
haha oh yeah, well spotted
@tarekrahman13 жыл бұрын
is there any way to send async html requests like requests_html for javascript rendering?
@marvalmoments20993 жыл бұрын
can we use proxy in grequests moudle?
@RamMohan-xu3ey3 жыл бұрын
Thank you so much sir..
@arunavadatta77343 жыл бұрын
Hello John...I need some help regarding async ...how can I share my program to you?
@MessWithAI3 жыл бұрын
sir can u say how to use asyncio with proxies its very tough and facing lots of issues because of this
@ferilukmansyah30373 жыл бұрын
interested, thanks
@DM-py7pj3 жыл бұрын
for parsing could you gain anything by using multiprocessing?
@JohnWatsonRooney3 жыл бұрын
Yes you probably could, but I'm not sure it would be worth it until you get to a massive scale as the time saved would be minimal