Skip to content

Commit

Permalink
adding summer 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Mar 7, 2022
1 parent f892593 commit 5912b8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
semester: [spring-2022]
semester: [summer-2022]

steps:
- name: Checkout repository
Expand Down
7 changes: 7 additions & 0 deletions rpi_data/get-summer-2022.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
export SEMESTER="SUMMER 2022"
SOURCE_URL=https://sis.rpi.edu/reg/zs202205.htm DEST=p0.csv HEADERS=True python ./modules/rpi-parse.py
SOURCE_URL=https://sis.rpi.edu/reg/zs20220502.htm DEST=p1.csv HEADERS=False python ./modules/rpi-parse.py
SOURCE_URL=https://sis.rpi.edu/reg/zs20220503.htm DEST=p2.csv HEADERS=False python ./modules/rpi-parse.py
cat p* > summer-2022.csv
rm -rf p*.csv

0 comments on commit 5912b8e

Please sign in to comment.