<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>ContactGrabber</name>
<shortdesc>Grabs contacts from GMail, Yahoo!, Rediff etc.</shortdesc>
<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</description>
<homepage rdf:resource="http://code.google.com/p/pycontactgrabber/" />
<maintainer><foaf:Person><foaf:name>Ranjan</foaf:name>
<foaf:mbox_sha1sum>1cb9de4f2e59aa14571afd840bfaf6e525944554</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>