From 64a9f348901af2529cc66dcea6fa604387091c5f Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Sat, 1 Apr 2017 22:03:28 -0400 Subject: [PATCH] Updated for version2 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 6a102ad..93cec20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ # Project Site "Cyclone" Scraper + +#V2 +So 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. + +What needs to be done: + +1. Code for getting sample code files. +2. Add try and catch blocks for errors. + +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. + + + + +#V1 This is basic web-scraper for getting the CSE 232 files. This script returns all the pdfs, input and output files.