Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaorenmin committed Jul 2, 2017
1 parent e1565e8 commit d4c446b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scraper.py
@@ -1,10 +1,7 @@
import scraperwiki
import string
import unicodedata
import time
import xml
pip install beautifulsoup4
from lxml import html
from bs4 import BeautifulSoup
import requests
import urllib2

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
Expand Down

0 comments on commit d4c446b

Please sign in to comment.