myCUinfo-API icon indicating copy to clipboard operation
myCUinfo-API copied to clipboard

use BeautifulSoup for html parsing

Open mguida22 opened this issue 8 years ago • 0 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

mguida22 avatar May 30 '17 15:05 mguida22