Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API to access a Google Group data?

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.

like image 651
Rodrigo Avatar asked Jun 19 '09 12:06

Rodrigo


People also ask

Does Google Groups have an API?

You have 2 API options for creating groups. Groups you create using an API receive specific default settings.

What is group API?

The Groups API is a collection of Graph API endpoints that let you read and create Facebook Group data on behalf of group members.

Who can view conversations Google Groups?

By default, group members have basic permissions. Depending on the organization and group settings, these permissions might include viewing and posting to conversations and viewing members. Group owners and managers can add to or limit members' permissions.

How do I browse Google Groups?

Sign in to Google Groups. Search for the group: At the top, click My groups and select All groups and messages. In the search box, enter the group's name or email address or a group topic and press Enter.


1 Answers

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

like image 148
rie819 Avatar answered Sep 30 '22 08:09

rie819