Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mallei/venator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation


venator
Venator

Script for scraping email addresses from a given URL

InstallationUsageBuilt With

demo

Installation

Make sure you have Python and Git installed

# 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>

Usage

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 ✿

Built With

Built With

About

Script for scraping email addresses from a given URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages