Search code examples
pythonasp.net-web-apigoogle-alerts

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.


Solution

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

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