Tagged Questions
The google-alerts tag has no wiki summary.
3
votes
2answers
384 views
How to monitor Google Alert RSS feed produced “as-it-happens”?
I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens
But is polling that RSS feed the only way to get RSS feed
or
is there a way to get notified from Google alert as ...
1
vote
1answer
48 views
Do Google Alerts pubsubhubub subscriptions stop 30 days after the listed expiration time?
I've successfully subscribed to a Google Alert feed using PubSubHubbub and the appspot hub and received updates to my callback regularly, but now the updates have stopped. I've verified the ...
1
vote
2answers
509 views
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.
...
0
votes
0answers
33 views
Software/Tools/Scripts that are similar or faster to Google Alerts [closed]
Are there any software, scripts or other tools that are similar to google alerts? I have a news website on a particular subject and I would like to be notified as soon as that keyword is mentioned on ...
0
votes
1answer
65 views
Greasemonkey script for Google Alerts
Looking for a Greasemonkey script which, after one selects any word or sentence in a web page, activates on a right-click and creates a Google Alert for the selected text?
0
votes
1answer
265 views
Process notifications from Google Alert (using PubSubHubbub): PHP or Python
I have created some custom alerts using Google alerts. I have set the alerts up so that they are sent to my Google account (RSS) feed.
According to the deliver to RSS feed section, "Developers and ...
0
votes
0answers
256 views
HTML Data using ROME API
URL url = new URL("my goggle alerts url");
xmlReader=new XmlReader(url);
SyndFeed syndFeed=new SyndFeedInput().build(xmlReader);
System.out.println("Title: ...
0
votes
0answers
163 views
Google Alerts using PubSubHub
I want to access google alert using java.
I have set "Deliverd To:" as Feed to my google account. But, when I try to access it like any other feed it fails to parse.
As per google alert help it uses ...