8000 GitHub - mattocchi/linkmatrix: Web Crawler tool for search engine optimization and website management, website crawler.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Web Crawler tool for search engine optimization and website management, website crawler.

Notifications You must be signed in to change notification settings

mattocchi/linkmatrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkmatrx

Web Crawler tool for search engine optimization and website management

Requirements:

Java 8+

Maven 3.6+

Tested on Windows 10 , Java 8, Maven 3.6

Run it

1.) Download Zip file and un-Zip

2.) Run:> mvn package

3.) cd target

4.) Run:> java -jar linkmatrx-1.0-jar-with-dependencies.jar -m url -u http://www.website.com -o console -d 1

Flags

-m = mode: (url: scan by URL)

-u = url to scan

-o = output: (console: output to console)(csv: output to CSV file)

-d = depth of scan

Output to a text file

java -jar linkmatrx-1.0-jar-with-dependencies.jar -m url -u http://www.website.com -o console -d 1 > results.txt

About

Web Crawler tool for search engine optimization and website management, website crawler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No pack 2EC6 ages published

Languages

  • Java 100.0%
0