Skip to content

Commit

Permalink
update lrs data and class averages
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrios-koziris committed Sep 12, 2023
1 parent 1faf384 commit 31dfd34
Show file tree
Hide file tree
Showing 5 changed files with 1,406 additions and 863 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

formatted_json = ''

with open('input/ClassAverages__2023-05-15_00_33_59__8467___4.3.33.json', 'r') as input_file:
with open('input/ClassAverages__2023-09-11_21_19_14__9103___4.3.34.json', 'r') as input_file:
data = json.load(input_file)

for course_name, course_data in data.items():
Expand Down
9 changes: 0 additions & 9 deletions data-scripts/lrs-listings-scraper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
MechanicalSoup==1.3.0
argparse==1.2.1
beautifulsoup4==4.6.0
certifi==2023.7.22
chardet==3.0.4
idna==2.6
lxml==4.9.1
requests==2.31.0
six==1.11.0
urllib3>=1.24.2
Loading

0 comments on commit 31dfd34

Please sign in to comment.