Python Script to download IVLE Files with one command
- Install the venv dependencies (TODO: create the list of dependencies)
- Run the install.sh script (chmod if necessary)
- Then activate venv environment
- Go here to get your LAPI key and put it in the env file
- Run
FLASK_APP=server.py flask run
Go to http://localhost:5000, login to get your token - Put the token in the env file
- Run
ivle
with the proper arguments to get your files downloaded. Runningivle
without any args will show the usage requirements
- Error checking and handling