Skip to content

This tool, written in Java, downloads website source code and stores in a MySQL database for processing.

License

Notifications You must be signed in to change notification settings

rflyman/WebsiteDownloadTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebsiteDownloadTool

This tool written in Java downloads website source code and stores in a MySQL database for processing.

Usage:
Setup and configure MySQL and run create_test_db.sql
Creates a database websitedownloader_db with temporary user: someuser password: somepass
Update ./src/WebsiteDownloader/Constants.java if you need to update the database connection information


To run the project from the command line, go to the dist folder and
type the following:

java -jar "WebsiteDownloader.jar"

About

This tool, written in Java, downloads website source code and stores in a MySQL database for processing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages