Google Alerts API for Python API?

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

Does anyone know of an automatic way to add Google alerts via the web API in Python? That is, without clicking.

Note: the related question does not answer the web API question.

+4
source share
1 answer

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

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

+3
source

All Articles