Program which is used to download documents from KCL's learning environment, KEATS. It will download the documents into a their respected folder and not download file if it is already present.
Program is in python3. To download the required files using the following command
pip3 install -r requirements.txt
To run the program enter the following code with adding your username or password. The directory for the destination is optional. If not included it will use the current working directory.
Including a -zp
tag will allow the download of zip files and source code
python3 KeatsScrape -pw yourPassword -un yourUsername -wd directoryOfdestination(optional) -zp downloadZipFiles(optional)