Note: It looks like Rapportive recently changed their API, breaking the functionality of this library. If I have time to look into this further, I'll see if I can get it back up and running. Until then - I'm accepting PR's
rapportive.py
Python library to automate Rapportive queries.
You can refer to my blog post here for more information.
##Installation To install rapportive, just run python setup.py install.
##Usage
from rapportive import rapportive
profile = rapportive.request('[email protected]')
Results are received as a Profile object, which contains the following attributes:
- profile.name - Name of contact
- profile.memberships - List of tuples of memberships (Linkedin, Facebook, Blogger, etc.)
- profile.jobinfo - Tuple of (position, company)