5

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.

Community
  • 1
  • 1
dfrankow
  • 20,191
  • 41
  • 152
  • 214

2 Answers2

4

galerts is obsoleted.

There is still a working alternative:

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

wei
  • 937
  • 2
  • 14
  • 34
3

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

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

Thom
  • 540
  • 5
  • 12