Skip to content

Commit

Permalink
Update with the CSE 260 files
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1337 authored Jun 26, 2017
1 parent d2479f4 commit 6d14046
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 6d14046

Please sign in to comment.