Reputation: 259
How can I import contacts of given email id/pwd from
using python/django application. Please suggest?
Upvotes: 5
Views: 3082
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
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