osint-scraper: Social Recon
Social Recon
This application locates and compiles information about online personalities, given a username and/or email address. Use this to investigate your own online presence, summarize the digital footprint of someone you know, or uncover the person behind a specific username.
Install
- Clone or fork the repo to your machine:
- Once downloaded, cd into the osint-scraper directory.
- Begin a new virtual environment with Python 3 and activate it.
- python3 -m venv ENV
- source ENV/bin/activate
- cd into the next osint-scraper directory. It should be at the same level as the setup.py file.
- pip install -e . or pip install -r requirements.txt on the command line to install all dependencies.
- $ pserve development.ini –reload to serve the application on http://localhost:6543
Use
Copyright (c) 2017 Matt Favoino
Source: https://github.com/famavott/