vote up 4 vote down star
1

It seems that there is no Google Alerts API.

Firstly, How would you get Google Alerts information into a database other than to parse the text of the email message that Google sends you?

If you must parse text, how would you go about parsing out the relevant pieces of the email message?

flag

2 Answers

vote up 5 vote down check

When you create the alert, set the "Deliver To" to "Feed" and then you can consume the feed XML as you would any other feed. This is much easier to parse and digest into a database.

link|flag
vote up 1 vote down

The emails are HTML - I'd use BeautifulSoup to parse them.

I don't believe there's any other way of accessing the information, other than parsing the emails.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.