ST215 / JailJawn

Build a web scraper for the daily Philadelphia Prison Census and make that data beautiful and useful for citizens and academic research.
8 stars 2 forks source link

HTML Output #26

Open hanej opened 8 years ago

hanej commented 8 years ago

Try using BeautifulSoup as your HTML parser. It does a good job of cleaning up the code.

ST215 commented 8 years ago

Just realized there is some filter on my gmail that is not letting me get my github notifications. Just checked my notifications and seen this! Thanks for your feedback and looking at my project.

I initially started with BeautifulSoup and had it 100% working. This was my first lesson in Ops and deploying. I chose Amazon Lambda which had MAJOR issues with BeautifulSoup and it's compiled code. I refactored to a total Python implementation which allowed me deploy the scraper code to AWS