Aamir Hussain
Aamir Hussain

Reputation: 259

how to import contacts from various services like gmail or yahoo using python/django

How can I import contacts of given email id/pwd from

  1. gmail
  2. yahoo
  3. hotmail
  4. etc

using python/django application. Please suggest?

Upvotes: 5

Views: 3082

Answers (3)

mkfaruk
mkfaruk

Reputation: 11

Amir Hussain,

Yahoo mail using captcha, so it will not works for any scripts or service unless they have managed service with the help of a third party for captcha decoder. So u have to contact a service provider who provide managed service.

As far as I know, Improsys is the first Address Grabber marketer and they have managed service. They have this tool available for Classic ASP, ASP.Net, .Net, Ruby on Rails, PHP, Cold Fusion, JAVA, JSP and Perl. Microsoft Outlook and Outlook Express.

Actually I am using their service. Their service is satisfactory but the cost is too high.

Upvotes: 1

Julien
Julien

Reputation: 749

for msn/hotmail : http://osdir.com/ml/DjangoUsers/2009-06/msg01169.html

for yahoo : http://rocketscience.itteco.org/2009/12/16/importing-yahoo-contacts-in-django/

others are in django-friends app (pinax app), importer source here : http://github.com/jtauber/django-friends/blob/master/friends/importer.py

google is you friend...

Upvotes: 4

tosh
tosh

Reputation: 5392

You might want to look into pinax an open source pluggable django app collection which also has support for yahoo, google and hcard contact import.

Upvotes: 2

Related Questions