Skip to content

Commit

Permalink
Updated for version2
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1337 authored Apr 2, 2017
1 parent ab368b9 commit 64a9f34
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 64a9f34

Please sign in to comment.