Skip to content

A Java command line application to extract email addresses from a website

Notifications You must be signed in to change notification settings

Ex094/Email-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email-Extractor

A Java command line application to extract email addresses from a website

Version: Java 8

How to Run

Download the .jar file and in the terminal type
java -jar emailExtractor.jar YOUR_WEBSITE_URL

Save Email Addresses to Text File

The -s command allows you to save the extracted email address in a text file, the command is as follow
java -jar emailExtractor.jar YOUR_WEBSITE_URL (OPTIONAL ARG) -s YOUR_FILENAME

Screenshot

About

A Java command line application to extract email addresses from a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages