Skip to content

m-j-w-69/Prowl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prowl

What is Prowl?

Prowl is an email harvesting tool that scrapes Yahoo for Linkedin profiles associated to the users search terms and identifies job titles. It also identifies current job listings for the specififed organisation.

Backstory

Steelcon 2017 - Neil Lines - Samurai of the west
(CLICK TO WATCH)

Install Instructions

Requirements

  • BeautifulSoup
  • GitPython

Example usage

Basic search

python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com"

Search jobs

python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -j

Change search depth

python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -d "10" (smaller is less, larger is more pages to search)

Proxy

python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -p "http://127.0.0.1:8080"

Full search

python prowl.py -c "Yahoo" -e "<fn><ln>@yahoo.com" -a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%