I want to get the text of recent Google Groups messages from a specific group in a Google Apps organization. The group is used for announcements, and I want to mirror this announcement text on a Python-powered website.
How can I get this text programmatically? I have found APIs for group settings, membership, and even inserting arbitrary messages for migration. But I can't find anything for getting text or html of recent messages.
Do I have to resort to HTML scraping?