Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meezlung authored Dec 18, 2024
1 parent 707b5d9 commit df361c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ courseURLS sample input: ```https://crs.upd.edu.ph/preenlistment/class_search/56
git clone https://github.com/meezlung/CRScraper.git
cd CRScraper/
```
2. Search for your preferred courses in CRS and copy paste the input as follows:
```
all_course_table_schedule_url_cs_test = [
Expand All @@ -32,12 +33,16 @@ courseURLS sample input: ```https://crs.upd.edu.ph/preenlistment/class_search/56
# Note: Each URL corresponds to a search result table of a DESIRED COURSE,
# obtained after searching for a class in the CRS search bar. You may edit this list as you please.
```
4. Open ```test.py``` in a text editor, and modify the ```all_course_table_schedule_url_cs_test``` variable.
3. Open ```test.py``` in a text editor, and modify the ```all_course_table_schedule_url_cs_test``` variable.
5. Feel free to edit the ```filename``` variable as well.
6. Run ```test.py``` in the terminal.
```
python test.py
```
7. The CSV output will be in the same directory as ```test.py```.
Expand Down

0 comments on commit df361c3

Please sign in to comment.