Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Alerts web API for Python?

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.

like image 952
dfrankow Avatar asked Dec 15 '09 16:12

dfrankow


2 Answers

galerts is obsoleted.

There is still a working alternative:

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

like image 142
wei Avatar answered Sep 19 '22 13:09

wei


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

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

like image 41
Thom Avatar answered Sep 21 '22 13:09

Thom