Skip to content

raxkin/email-extractor-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-extractor-nodejs

Script to find all e-mails texts in a website

Project Setup

  • Install Node.js
sudo apt-get install nodejs
  • Create a symbolic link for node, as many Node.js tools use this name to execute.
sudo ln -s /usr/bin/nodejs /usr/bin/node
  • Check that node and npm commands are working:
$ node -v
v4.4.7
$ npm -v
3.10.5
  • Go tho the root folder of the project and install the dependences:
npm install

If you are behind a proxy you need to configure the npm proxy:

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080

Usage

node index.js [url] [options]

Options:
        -g      Group emails to prevent repeat emails

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors