pythonpython-3.xweb-scrapinggoogle-alerts

How to extract Google Alerts using Python 3.7?


I need to extract news article headlines from Google alerts using Python 3.7, I tried to use "galerts" library, but I couldn't install it because it doesn't have a newer release which is supported by Python 3.7. Is there any alternative way with which I can scrape the headlines?


Solution

  • From the README of the galerts library, there is a link to a google-alerts library - this supports Python 3.