From 6d14046de56edb58fd1b5bc95b7ed49cfd495742 Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Sun, 25 Jun 2017 21:58:01 -0400 Subject: [PATCH] Update with the CSE 260 files --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58b1a32..118cbb6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Project Site "Cyclone" Scraper -## V2 +## CSE260 Scraper + +### V1 + +This is basic web-scraper for getting the CSE 260 files. +This script returns all the Lecture Notes and Homework Assignments pdfs. + +**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. + +## CSE232 Scraper + +### V2 So I finally completed the Scraper witht the capability to download the Worksheets, Labs, Project Files and Lecture Notes. @@ -19,7 +32,7 @@ I also have uploaded the requirements.txt file which you can directly use to ins -## V1 +# V1 This is basic web-scraper for getting the CSE 232 files. This script returns all the pdfs, input and output files.