google-groups-api

Google group word count for members?

I have a google group, and I'd like to figure out how many words each member has posted. Is there a utility to do this? If not, how can I get started writing a Python script to do this? Should I just grab XML from the group's feed and look through that? (I don't know anything about Python's handling of XML.) On the Google groups site, ...

API for Google Groups

Hi All, I was trying to do some personal project and was wondering if there is an API for google groups. With which we can handle each messages, reply, or do that sort of other operations. I searched and was not lucky enough to get one. if there is no such API can anyone point some light on how I can do these operations, for eg. using J...