To run the project simply first create a new virtual environment
python -m venv .venv
for windows make sure that LocalMachine execution policy is set to AllSigned
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope LocalMachine
then run
./.venv/Scripts/activate
for windows or
. .venv/bin/activate
for macos or linux then
pip install -r requirements.txt
python Controller.py
-hShows a help of the overwrite parameters-dOverwrite default directory-rfOverwrites the default report file destination and name-ufOverwrites the default filename with url links. For now it must have the following coloumns :BRNum, pdf_url, Report Html Address-tOverwrites number of threads
I have no speficic points I want you to look at for feedback, so just find what you deem the most necesarry