Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1337 authored Jun 27, 2017
1 parent c4dd9a8 commit 4a76524
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

### V1

This is basic web-scraper for getting the CSE 260 files.
This is basic web-scraper for getting the CSE 260 Summer 2017 edition files. (might or might not work for other sessions)
This script returns all the Lecture Notes, Homework Assignments and Sample Test pdfs.

You can get the scraper for this class src/CSE 260/ScraperV1.py

**For advanced users:**

I also have uploaded the requirements.txt file which you can directly use to install the dependencies. This should get all the dependencies. I suggest using a virtual environment for this so that you don't mess up your site-packages.
Expand All @@ -15,8 +17,8 @@ I also have uploaded the requirements.txt file which you can directly use to ins

### V2


So I finally completed the Scraper witht the capability to download the Worksheets, Labs, Project Files and Lecture Notes.
This is basic web-scraper for getting the CSE 232 Spring 2017 edition files. (might or might not work on other sessions)
I finally completed the Scraper witht the capability to download the Worksheets, Labs, Project Files and Lecture Notes.

To use this you simply need to enter your CSE username and Password in the file once and run the file. Don't worry you will have the option to delete the file after you are done so that other people don't get your credentials. The code does check for some of the dependensies but if it gives an import error than just simply install that library using pip.

Expand Down

0 comments on commit 4a76524

Please sign in to comment.