Skip to content

Commit

Permalink
rater
Browse files Browse the repository at this point in the history
  • Loading branch information
bobloblaws93 committed Mar 16, 2016
1 parent daae9aa commit 622380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -6,7 +6,7 @@

headers = ["Name","Department","Total Ratings","Overall Quality","Easiness","Hot"]
#Dictionary of school ids (keys) that map to tuple of school name and number of pages
colleges = {"580":("MIT",16),"1422":("ConU",84),"1222":("Yale",23),"181":("CMU",28), "1085":("UChicago",28),"1040":("Tufts",46), "1350":("Duke",84),"1255":("UTexas",84),"953":("Stanford",32),"799":("Rice",17),"780":("Princeton",16)}
colleges = {"580":("MIT",28),"1222":("Yale",23),"181":("CMU",28), "1085":("UChicago",28),"1040":("Tufts",46), "1350":("Duke",84),"1255":("UTexas",84),"953":("Stanford",32),"799":("Rice",17),"780":("Princeton",16)}

for sid in colleges.keys():
college,pages = colleges[sid]
Expand Down

0 comments on commit 622380a

Please sign in to comment.