Skip to content

Python script that scrapes Moss File Similarity Report into a local file

Notifications You must be signed in to change notification settings

avickars/MossLocalReportGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MossLocalReportGenerator

A Python script that scrapes a Moss File Similarity Report into a local file

To run the script

1.) Install Dependencies

pip install BeautifulSoup4
pip install requests
pip install lxml

2.) Run From the Command Line

python createLocalReport.py URLToMainReport DirectoryYouWantToSaveIn(DefaultIsTheCurrentDirectory)

Things to note:

1.) Within the chosen directory, a file called "Reports" will be created that contains all of the sub-reports created by MOSS. Do not delete it or any of the hmtl documents inside or else the main report "mossReport.html" will stop working.

About

Python script that scrapes Moss File Similarity Report into a local file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages