Example #1
0
def scrap(sec):
    print (sec.term + " " + sec.classNumber)
    htmlPage = post_request(sec.term, sec.classNumber)
    ##this function returns the html page of the results of the isis search expanded
    print (sec.classNumber + "?")
    mine_data(htmlPage, sec)