I'm trying to build some statistics for an email group I participate. Is there any Python API to access the email data on a GoogleGroup?

Also, I know some statistics are available on the group's main page. I'm looking for something more complex than what is shown there.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

There isn't an API that I know of, however you can access the XML feed and manipulate it as required.

link|improve this answer
Does the XML feed has all messages on the whole history of the group? – Rodrigo Jun 19 '09 at 12:51
1  
No Rodrigo, as far as I know the only RSS feeds you can access are: 15 New Messages 50 New Messages 15 New Topics 50 New Topics – Barry Gallagher Jun 19 '09 at 12:55
@Bane Yes, just checked and it is like you said. I'm impressed Google didn't provide an API to access that data... – Rodrigo Jun 19 '09 at 12:57
feedback

Your Answer

 
or
required, but never shown

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