From 4a7652415d8ab49bb238b72e81873bc100ab3f49 Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Mon, 26 Jun 2017 23:00:29 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97f5975..cad2d08 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.