python - Google group word count for members? -


I have a Google group, and I want to know how many posts each member posted. Is there a utility to do this?

If not, how do I write a Python script to do this? Do I just want to catch XML from the group's feed? (I do not know anything about XML handling of Python.)

On the Google Groups site, I get an XML feed for the latest post, but not for all the posts.

It seems that people wanted a group API It seems that you have to support page-scraping May have to take.


Comments