Installation • Usage • Built With
# Clone this repository
$ git clone https://github.com/mallei/venator
# Go into the repository
$ cd venator
# Install the required packages
$ pip install -r requirements.txt
# Run the script
$ python venator.py <url>Running the script with the -h or --help argument will display a list of all arguments with descriptions of what they do
$ python venator.py --help
usage: venator.py [-h] [-mw MAX_WORKERS] [-pu] [-s] url
Venator is a tool for scraping email addresses from websites
positional arguments:
url The url from which you want to scrape email addresses
options:
-h, --help show this help message and exit
-mw, --max-workers MAX_WORKERS
The maximum number of threads that can be used to scrape email addresses
-pu, --print-urls The argument that determines whether the scraped url addresses will be written out
-s, --save The argument that determines whether the scraped email addresses will be saved to a file
made by mallei ✿