max-arnold / rapportive

Python library to automate Rapportive queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI Build Status

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@domain.com')

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)

About

Python library to automate Rapportive queries

License:MIT License


Languages

Language:Python 100.0%