Fix filepath-related crashes, organize files better, download single-student submissions, fix dependencies, etc. #6

Merged
17acres merged 10 commits from master into master 2021-07-09 17:06:15 -06:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 114f8e95ea - Show all commits

View File

@ -35,12 +35,14 @@ Example:
- all_output.json - all_output.json
# Getting Started # Getting Started
## Dependencies ## Dependencies
To run the program, you will need the following dependencies: To run the program, you will need the following dependencies:
`pip install requests` `pip install requests`
`pip install jsonpickle` `pip install jsonpickle`
`pip install canvasapi` `pip install canvasapi`
`pip install python-dateutil` `pip install python-dateutil`
`pip install PyYAML`
You can install these dependencies using You can install these dependencies using
`pip install -r requirements.txt` `pip install -r requirements.txt`

View File

@ -2,3 +2,4 @@ requests
jsonpickle jsonpickle
canvasapi canvasapi
python-dateutil python-dateutil
PyYAML