Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vishruthdevan committed Jul 6, 2022
1 parent 82dd11b commit c605310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# vtop-coursereg-scrapper
Scrapping course registration info from vtop because they don't want to give us a pdf anymore :|

### Usage
- `pip install -r requirements.txt`
- Enter the required values in the `config` dictionary and add course codes of the required courses in the `courses` list
- `python scrape.py`

### Output

![image](https://user-images.githubusercontent.com/87470277/177592311-6e60cacf-d806-42ac-a2a9-ccf70beacff2.png)
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests
bs4

0 comments on commit c605310

Please sign in to comment.