https://github.com/jordan-wright/rapportive
Python library to automate Rapportive queries
https://github.com/jordan-wright/rapportive
Last synced: over 1 year ago
JSON representation
Python library to automate Rapportive queries
- Host: GitHub
- URL: https://github.com/jordan-wright/rapportive
- Owner: jordan-wright
- License: mit
- Created: 2013-10-25T23:53:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T23:04:32.000Z (over 11 years ago)
- Last Synced: 2024-10-14T12:24:12.126Z (over 1 year ago)
- Language: Python
- Size: 233 KB
- Stars: 172
- Watchers: 32
- Forks: 47
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**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 :smile:**
rapportive.py
=============
Python library to automate Rapportive queries.
You can refer to my blog post [here](http://jordan-wright.github.io/blog/2013/10/14/automated-social-engineering-recon-using-rapportive/) 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)