You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ The scraper will output a JSON file called `data.json` in the same directory as
48
48
49
49
The scraper now automatically detects the current Drexel quarter based on the current date. You no longer need to manually update the `year` and `quarter` values in `src/config.py`. The system uses the following schedule:
50
50
51
-
-**Fall Quarter (15)**: September 23 - December 31
52
-
-**Winter Quarter (25)**: January 1 - March 22
53
-
-**Spring Quarter (35)**: March 23 - June 14
54
-
-**Summer Quarter (45)**: June 15 - September 22
51
+
-**Fall Quarter (15)**: July 1 - September 27
52
+
-**Winter Quarter (25)**: September 28 - January 15
53
+
-**Spring Quarter (35)**: January 16 - April 14
54
+
-**Summer Quarter (45)**: April 15 - June 30
55
55
56
56
If you need to override the automatic detection (e.g., for testing or scraping a specific past/future quarter), you can set the `DREXEL_YEAR` and `DREXEL_QUARTER` environment variables:
0 commit comments