Has anyone written or used any rails tools to access the Gmail API from their rails applications? I want to give my users the option of inviting all of their gmail contacts to my service. Thanks, Chad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I also want to know about it 2007/2/4, Chad Arimura <carimura-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > > > Has anyone written or used any rails tools to access the Gmail API from > their rails applications? > > I want to give my users the option of inviting all of their gmail contacts > to my service. > > Thanks, > Chad > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2/3/07, Chad Arimura <carimura-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Has anyone written or used any rails tools to access the Gmail API from > their rails applications? > > I want to give my users the option of inviting all of their gmail contacts > to my service.I used http://rubyforge.org/projects/gmailutils/, though I didn''t try accessing contacts with it. -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thank you that''s perfect... and easy to use with contacts. Chad -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Rick Olson Sent: Saturday, February 03, 2007 6:33 PM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: Gmail API On 2/3/07, Chad Arimura <carimura-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Has anyone written or used any rails tools to access the Gmail API > from their rails applications? > > I want to give my users the option of inviting all of their gmail > contacts to my service.I used http://rubyforge.org/projects/gmailutils/, though I didn''t try accessing contacts with it. -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> > > > Has anyone written or used any rails tools to access the Gmail API from > > their rails applications? > > > > I want to give my users the option of inviting all of their gmail > contacts > > to my service. > > I used http://rubyforge.org/projects/gmailutils/, though I didn''t try > accessing contacts with it.Worked like a charm. Does anyone know of similar plugins for other services such as hotmail, yahoo, msn, aol, etc? thanks, -harlan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Worked like a charm. Does anyone know of similar plugins for other services > such as hotmail, yahoo, msn, aol, etc?http://rubyforge.org/search/?type_of_search=soft&words=hotmail&Search=Search http://rubyforge.org/search/?type_of_search=soft&words=yahoo&Search=Search http://rubyforge.org/search/?type_of_search=soft&words=msn&Search=Search http://rubyforge.org/search/?type_of_search=soft&words=aol&Search=Search -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> > Worked like a charm. Does anyone know of similar plugins for other > services > > such as hotmail, yahoo, msn, aol, etc? > > > > http://rubyforge.org/search/?type_of_search=soft&words=hotmail&Search=Search > http://rubyforge.org/search/?type_of_search=soft&words=yahoo&Search=Search > http://rubyforge.org/search/?type_of_search=soft&words=msn&Search=Search > http://rubyforge.org/search/?type_of_search=soft&words=aol&Search=Searchduh, thanks! I tried searching google for said items and nothing came. local search! -harlan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''ve used http://www.getmycontacts.com/ Can''t beat the price, although, runs via php so you''d have to consume the web form as some sort of service. I only used the AOL import, but works fairly painlessly. I ended up hacking their default forms to output nicer/cleaner html to make the screen scrape easier. On Feb 5, 11:56 pm, "Harlan Crystal" <harlan.crys...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Worked like a charm. Does anyone know of similar plugins for other > > services > > > such as hotmail, yahoo, msn, aol, etc? > > >http://rubyforge.org/search/?type_of_search=soft&words=hotmail&Search... > >http://rubyforge.org/search/?type_of_search=soft&words=yahoo&Search=S... > >http://rubyforge.org/search/?type_of_search=soft&words=msn&Search=Search > >http://rubyforge.org/search/?type_of_search=soft&words=aol&Search=Search > > duh, thanks! I tried searching google for said items and nothing came. > > local search! > -harlan--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks Rick, that''s a great package. Does anyone know if gmail.com monitors usage and shuts down accounts and seem to be getting accessed via an API? Is there any sort of rate-limiting? I remember getting ''lockdown in sector 4'' a long time ago when using POP to pull emails from Gmail. Greg On Feb 3, 6:33 pm, "Rick Olson" <technowee...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 2/3/07, Chad Arimura <carim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Has anyone written or used any rails tools to access the Gmail API from > > their rails applications? > > > I want to give my users the option of inviting all of their gmail contacts > > to my service. > > I usedhttp://rubyforge.org/projects/gmailutils/, though I didn''t try > accessing contacts with it. > > -- > Rick Olsonhttp://weblog.techno-weenie.nethttp://mephistoblog.com--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Just got locked down in Sector 4. Does anyone know how to stay below the lockdown threshhold? I was pausing 1 second between every email. Greg On Feb 19, 2:41 pm, gcola...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> Thanks Rick, that''s a great package. Does anyone know if gmail.com > monitors usage and shuts down accounts and seem to be getting accessed > via an API? Is there any sort of rate-limiting? I remember getting > ''lockdown in sector 4'' a long time ago when using POP to pull emails > from Gmail. > > Greg > > On Feb 3, 6:33 pm, "Rick Olson" <technowee...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On 2/3/07, Chad Arimura <carim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Has anyone written or used any rails tools to access the Gmail API from > > > their rails applications? > > > > I want to give my users the option of inviting all of their gmail contacts > > > to my service. > > > I usedhttp://rubyforge.org/projects/gmailutils/, though I didn''t try > > accessing contacts with it. > > > -- > > Rick Olsonhttp://weblog.techno-weenie.nethttp://mephistoblog.com--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2/20/07, gcoladon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <gcoladon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Just got locked down in Sector 4. Does anyone know how to stay below > the lockdown threshhold? I was pausing 1 second between every email. > GregI''m using pop to check it now. I tried several ways to get pop3/ssl to work in ruby, but gave up and used python instead. -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---