Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use BeautifulSoup for html parsing #12

Open
mguida22 opened this issue May 30, 2017 · 0 comments
Open

use BeautifulSoup for html parsing #12

mguida22 opened this issue May 30, 2017 · 0 comments

Comments

@mguida22
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant