google-groups

Is there an API to access a Google Group data?

Hey there, 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. ...

How to approach Google groups discussions crawler

Hi, as an exercise in RSS I would like to be able to search through pretty much all Unix discussions on this group. comp.unix.shell I know enough Python and understand basic RSS, but I am stuck on ... how do I grab all messages between particular dates, or at least all messages between Nth recent and Mth recent? High level description...

Google Groups alternative

Hello, I'd like to be able to have Google groups functionality on my site. Meaning having the ability for people to email each other, with the emails posting to my site, in a threaded manner. Though I'm ideally looking for something free, if there's software out there that accomplishes this for a price, I'm also interested in learning ...

How to scrape a _private_ google group?

Hi there, I'd like to scrape the discussion list of a private google group. It's a multi-page list and I might have to this later again so scripting sounds like the way to go. Since this is a private group, I need to login in my google account first. Unfortunately I can't manage to login using wget or ruby Net::HTTP. Surprisingly googl...

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, ...

Google groups not finding discussion thread but regular google search does?

I'm having a problem with google groups and finding my own discussion threads. I go to the google group (in my case Android developer group) web view and try to search for my thread by entering the extact title of my thread. But it doesn't appear in the search results. On the other hand, when I search for the same title in the regular g...

Google Groups Subscription By PHP

Hi all! I wanna subscribe my website newsletter members to my Google Group automatically. I try send email to [email protected] with subject & body "subscribe" by PHP Mail function from user email. but not any result and subscription resquest in my group. $phpMailSender = new PHPMailer(); $phpMailSender->CharSet =...

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...

How is Google Groups' db schema designed?

Hi, I can't find any schema about google groups design on top of BigTable. I read about GoogleFS and BigTable but can You forward or describe (or link schema image) how this app db shema is designed? ...

authorization on google appengine application

Please, help. How can I validate user's group membership? Only users of a few google groups can access some pages on the site on appengine (python). validating group membership gives a negative answer to my question, but it was a year ago, maybe something has changed.. ...