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

trafficinc/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:https://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:https://www.website.com -o console -d 1 > results.txt

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages