Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
8answers
3k views

Google Groups alternative

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 ...
7
votes
3answers
825 views

How to scrape a _private_ google group?

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 ...
2
votes
0answers
22 views

Restricting access to a given Google Group members

I’d like to check on my Google App Engine application whether an user belongs to a given Google Group. I could check manually using their username, by copying the whole list of email addresses of ...
2
votes
1answer
130 views

I want to add the members on Google Groups by Email

Actually, I want to add the email address automatically join on my google groups by emailing on mygroupname+subscribe@googlegroups.com. But the issue is, when i email from php code to my group email ...
1
vote
1answer
50 views

How can you get a list of groups from a gmail user?

I am building a web app that utilizes groups, facebook groups, email list groups etc. . However, I realized google doesn't offer API access to groups the way facebook does(I was surprised really). I ...
1
vote
0answers
149 views

Google Groups Authentication

I'm aware that there is not an API for Google groups (yet). However, I'm trying to use Google groups mobile in a web view within an app where we access other Google services as well, most specifically ...
1
vote
0answers
62 views

Using google groups to support commercial web site

I'd like to provide support for users of my commercial web site. Because there are used google accounts for user authentication, it is logical to choose some tool which also supports google accounts. ...
1
vote
1answer
127 views

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 ...
1
vote
0answers
219 views

Google Groups Subscription By PHP

I wanna subscribe my website newsletter members to my Google Group automatically. I try send email to mygroupname+subscribe@googlegroups.com with subject & body "subscribe" by PHP Mail function ...
1
vote
4answers
240 views

How to approach Google groups discussions crawler

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 ... ...
1
vote
1answer
186 views

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 ...
0
votes
0answers
8 views

Is there an email group with an API?

Google groups has a very limited API. and Wiggio doesn't yet have one. i'd like to sync my wordpress membership list with an email group wherein paid members will be able to email the entire group. ...
0
votes
0answers
9 views

Map Label Formatting

I have 2 maps, one which is in english and one that is in french. On the english map i am using the default google maps labels and on the french map i am using custom labels(since google has not yet ...
0
votes
1answer
17 views

Setting map bounds

I have a map which I would like to stay within certain bounds. I have allowed for 2 zoom levels 5 and 8. On zoom level 5 I was able to keep the map from moving by setting the center of the map to ...
0
votes
0answers
11 views

Google groups and banned gmail account [closed]

I created a Google group and invited a list of e-mails to join it. I have a problem with only one of them: it is a Gmail account and the Group interface tells me that the account is banned. However ...
0
votes
3answers
57 views

Map Display in French

I am attempting to get a map I am working on to display in french, so I added "language=fr" at the end of the address under src in my script tag. After I did this, the copyright notice at the bottom ...
0
votes
0answers
20 views

Google Groups for Google Apps public subscribe page?

I'll eventually get around to using the API, but for now all I want to do is have a link allowing the general public to sign up for our Google Apps account's Google Groups hosted e-newsletter. I've ...
0
votes
3answers
128 views

Implementing something like Google Groups (the email part)

if I wanted to create an "email list" along the lines of google groups (and eventually integrate with a web site), what services should I look into? I haven't really dealt with email before so I'm not ...
0
votes
0answers
43 views

Can I migrate a forum to Google Groups?

I've got a dataset of threads from a now defuct forum that I'd like to "import" into Google Groups in the sense that the old threads show up in the Google Group archive and retain the original author ...
0
votes
0answers
133 views

How can you add a large number of members to a Google Group?

I need to import a large number of email addresses into Google Groups. However, after I reached about 100, I got this message saying, "Google Groups has received a large number of invitations from you ...
0
votes
1answer
292 views

Google Groups integrating into website

Does anybody have experience integrating google groups into a website? Might be able to just pull it in via iframe or RSS recent posts but that's not really enough. We are trying to make them serve ...
0
votes
1answer
105 views

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

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 ...
0
votes
1answer
113 views

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