Re: Address Book Contact Importer in Python/Django?

2008-11-28 Thread ro60

At least for gmail the security issue is a little less of a slippery
slope. One of the authentication methods is called AuthSub and it
allows you to redirect to a google page for the user to login then
redirects back the authenticated user to your app. In this way your
app never actually handles the users login info.

http://code.google.com/apis/contacts/developers_guide_protocol.html#auth_sub

Also most google web services have python wrappers for their APIs so
integrating with Django is pretty straight forward. The one you would
most likely want is the contacts api.

http://code.google.com/apis/contacts/developers_guide_python.html

hope this helps... :)



On Nov 27, 6:54 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Thanks guys, I've had a think about your security points Jarek. I
> guess it's a tough decision to make... :-\
>
> On Nov 27, 11:47 am, Brot <[EMAIL PROTECTED]> wrote:
>
> > does this help
> > Accessing your Gmail contact list with Python (http://www.holovaty.com/
> > blog/archive/2004/06/20/0241)
>
> > [EMAIL PROTECTED] schrieb:
>
> > > Hi guys,
>
> > > Does anybody know of a Python script or Django module that can handle
> > > address book email importing? For instance, if I type my gmail email
> > > and password it will then fetch all of the email addresses. I know of
> > > plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> > > Is there an equivalent in Python?
>
> > > Thanks,
>
> > > Mike.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread [EMAIL PROTECTED]

Thanks guys, I've had a think about your security points Jarek. I
guess it's a tough decision to make... :-\

On Nov 27, 11:47 am, Brot <[EMAIL PROTECTED]> wrote:
> does this help
> Accessing your Gmail contact list with Python (http://www.holovaty.com/
> blog/archive/2004/06/20/0241)
>
> [EMAIL PROTECTED] schrieb:
>
> > Hi guys,
>
> > Does anybody know of a Python script or Django module that can handle
> > address book email importing? For instance, if I type my gmail email
> > and password it will then fetch all of the email addresses. I know of
> > plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> > Is there an equivalent in Python?
>
> > Thanks,
>
> > Mike.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread Brot

does this help
Accessing your Gmail contact list with Python (http://www.holovaty.com/
blog/archive/2004/06/20/0241)

[EMAIL PROTECTED] schrieb:
> Hi guys,
>
> Does anybody know of a Python script or Django module that can handle
> address book email importing? For instance, if I type my gmail email
> and password it will then fetch all of the email addresses. I know of
> plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> Is there an equivalent in Python?
>
> Thanks,
>
> Mike.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Address Book Contact Importer in Python/Django?

2008-11-27 Thread Jarek Zgoda

Wiadomość napisana w dniu 2008-11-27, o godz. 12:21, przez [EMAIL PROTECTED] 
:

> Does anybody know of a Python script or Django module that can handle
> address book email importing? For instance, if I type my gmail email
> and password it will then fetch all of the email addresses. I know of
> plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
> Is there an equivalent in Python?


Even if such thing exists, don't do this.

http://www.codinghorror.com/blog/archives/001128.html

-- 
We read Knuth so you don't have to. - Tim Peters

Jarek Zgoda, R, Redefine
[EMAIL PROTECTED]


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Address Book Contact Importer in Python/Django?

2008-11-27 Thread [EMAIL PROTECTED]

Hi guys,

Does anybody know of a Python script or Django module that can handle
address book email importing? For instance, if I type my gmail email
and password it will then fetch all of the email addresses. I know of
plenty of paid PHP scripts around that allow gmail, hotmail, aol etc.
Is there an equivalent in Python?

Thanks,

Mike.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---