EssDeeDee / safe-eats-etl

0 stars 0 forks source link

Create web scraper #1

Open mattgawarecki opened 6 years ago

mattgawarecki commented 6 years ago

We need a tool that scrapes the food inspection website and outputs the result.

astrocaribe commented 6 years ago

I started investigating BeautifulSoup, and I think it'll be more than sufficient for our needs: https://www.crummy.com/software/BeautifulSoup/

Super-minimal exploration so far here: https://github.com/EssDeeDee/safe-eats-etl/blob/master/src/etl.py