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.
- Clone or fork the repo to your machine.
- Once downloaded,
cd
into theosint-scraper
directory. - Begin a new virtual environment with Python 3 and activate it.
cd
into the nextosint-scraper
directory. It should be at the same level of thesetup.py
file.pip install -e .
on the command line to install all dependencies.$ pserve development.ini --reload
to serve the application onhttp://localhost:6543
- Python 3.5
- See
requirements.txt
andsetup.py
This project is licensed under the MIT License - see the LICENSE.md file for details
- Beautiful Soup / Crummy
- Requests library
- Pypwned
- Inteltechniques.com