Grabs contacts from GMail, Yahoo!, Rediff etc.
Project description
Grabs contacts from GMail, Yahoo!, Rediff etc.
How to use:
from contactgrabber import grab_contacts
try:
emails = grab_contacts('mike', 'password_of_mike', 'rediff')
if len(emails) == 0:
print 'No contacts found. Did you enter invalid user ID / pasword?'
print str(emails)
except:
print 'Invalid UserID/Password'
Currently supported sitenames: 'rediff', 'gmail', 'yahoo'
Discussion Group: http://groups.google.co.in/group/contactgrabber
How to use:
from contactgrabber import grab_contacts
try:
emails = grab_contacts('mike', 'password_of_mike', 'rediff')
if len(emails) == 0:
print 'No contacts found. Did you enter invalid user ID / pasword?'
print str(emails)
except:
print 'Invalid UserID/Password'
Currently supported sitenames: 'rediff', 'gmail', 'yahoo'
Discussion Group: http://groups.google.co.in/group/contactgrabber
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ContactGrabber-0.1.tar.gz
(6.2 kB
view hashes)