GeminidSystems / GoogleNewsScraper

A Python package that scrapes Google News article data while remaining undetected by Google. Our scraper can scrape page data up until the last page and never trigger a CAPTCHA (download stats: https://pepy.tech/project/GoogleNewsScraper)
https://pypi.org/project/GoogleNewsScraper/
MIT License
10 stars 5 forks source link

Example #6

Open padejski opened 2 years ago

padejski commented 2 years ago

Hi there, Thanks for this great script. I was able to get the output text in the terminal, however I am unable to figure out how to save the results in a spreadsheet format — my python skills are obviously limited. Could you expand your example code to include storing the results in csv? thanks.