ContactGrabber 0.1
Grabs contacts from GMail, Yahoo!, Rediff etc.
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| ContactGrabber-0.1.tar.gz (md5) | Source | 2008-10-31 12:33:46 | 6KB | 238 | |
- Author: Sanjay <skpatel20 at hotmail com>
- Maintainer: Ranjan <ranjan naik at gmail com>
- Home Page: http://code.google.com/p/pycontactgrabber/
- Keywords: python contact grabber rediff yahoo gmail
- License: MIT License
- Platform: Python 2.5
- Categories
- Package Index Owner: skpatel20
- DOAP record: ContactGrabber-0.1.xml
Log in to rate this package.
