This script will allow anyone to download all resources from a particular course from Backpack.
To run this script, you must install the following:
- requests module in python. This can be installed by simply typing out this command: pip install requests.