• Stars
    star
    172
  • Rank 219,905 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 11 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python library to automate Rapportive queries

Travis-CI Build Status

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)