myCUinfo-API
myCUinfo-API copied to clipboard
use BeautifulSoup for html parsing
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