A Python script that scrapes a Moss File Similarity Report into a local file
pip install BeautifulSoup4
pip install requests
pip install lxml
python createLocalReport.py URLToMainReport DirectoryYouWantToSaveIn(DefaultIsTheCurrentDirectory)
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.