Scraping Google News the Easy Way with Python and pygooglenews

preview_player
Показать описание
I did a video a while back on scraping google news and wanted to revisit it with a new method and new Python package I have just started using - pygooglenews. This way is simple and easy, and allows searching - returning 100 results. I think this gives a good ability to create a cool project, checking news headlines for various keywords and doing something with the data.

-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases
-------------------------------------

Sound like me:

-------------------------------------

Video like me:
-------------------------------------

PC Stuff:
Комментарии
Автор

Creator of the package here. Nice video!

artembugara
Автор

This video and the pygooglenews source code are great intro to scraping rss feed. Thanks John!

celerystalk
Автор

I honestly love Youtube, you've just done everything I wanted to do for me! Now just to try it out, thanks!

frenchy
Автор

Thank you very much. Awesome tutorial as usual.

KhalilYasser
Автор

Very helpful. You are always looking for new ways. 💕

tubelessHuma
Автор

Thank you very much this tutorial helped me with my current python project. :)

ryankrueger
Автор

Great content! Thank you. When those guitars will be played though?

kenyeresgellert
Автор

Had an issue with the install. Had to downgrade setuptools to the older version that has support for 2to3:
pip install "setuptools<58"

Also had to uninstall some dep.

pip install -U --no-deps "dateparser>=1.0.0"
pip install -U --no-deps "feedparser>=6.0.8"

informationdominance
Автор

Interesting! Ty!! Now i have more inspiration on what to look at.(;

lala-rjdi
Автор

Awesome content as usual! How exactly would I go about pairing a list of search terms with the articles it pulls? So for example if I created a list called SearchList = ['Basketball', 'Football', 'Hockey'] and I iterated through this list to search for all articles related to each list item. How would I then associate each item from SearchList to their corresponding articles and printing it out in a neat fashion. So almost having one column showing the search term and the second column showing the corresponding article? Thank you!

p.mistry
Автор

Thank you. Can I get the images used by Google News?

JakubJacobSobotka
Автор

Can we export to html files the result from scraping? To make static site

mrsfunny
Автор

Hi John I just wanted to say your videos are awesome thanks

kevin-wgiv
Автор

Great video, you coud have used the built-in 'json' package to display the json data in a more readable way

adnaneguettaf
Автор

How to scrap the content of the news headline using this pygooglenews?

food.lovestory
Автор

hello, i want to ask to you. i want to add content of the article. so, what should i declare? please, answer my question and thank you🙏

eksalailia
Автор

Thank you John for this helpful video. Is there any way to remove the limit for 100 results?

wataruterada
Автор

Is there anyway to get the whole article or at least the first x characters of the article for each story?

mjjabarian
Автор

Hi John, thanks a mill for this video it has helped a lot. Is there a way to turn the result into an Excel file after getting the list?

ArronFinn
Автор

How to get thumbanil/image of the article?

miguelnuno