Google Alerts web API for Python?

4.8k Views Asked by At

Google web APIs have a Python library. Google Alerts has an email and an RSS feed.

Does anyone know of an automated way to add Google Alerts through a web API in Python? That is, without clicking.

Note: the related question doesn't answer the web API question.

2

There are 2 best solutions below

0
On BEST ANSWER

There is galerts http://pypi.python.org/pypi/galerts.

It has the ability to add and manage alerts and subscriptions directly from python.

0
On

galerts is obsoleted.

There is still a working alternative:

google-alerts: https://pypi.org/project/google-alerts/