biw / myCUinfo-API

An API for the myCUinfo system at CU Boulder

Home Page:http://mycuinfo.colorado.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use BeautifulSoup for html parsing

mguida22 opened this issue · comments

I've used BeautifulSoup in the past for scraping webpages and it really helps clean up the code for something larger like this. It's a jQuery like style of extracting data, and seems a little less error prone then just plain string parsing. Might be a good fit for this project