Skip to content

imranansari/rapportive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published