/doe-meal-locator

Scraping the data from the DOE meal locator https://www.opt-osfns.org/schoolfoodny/meals/

Primary LanguagePython

How to use this script

  1. Recommend setting up a Python virtual environment first
  2. Run pip install requirements.txt
  3. Run python scrape.py NN, where NN is the two digit district number (01, 02...31, 32)

Todo

  1. It currently only prints the results - it should parse and save to CSV.
  2. It currently only scrapes the results on the first page of results. I'm working on scraping all pages.

Thanks

Jonathan Soma for the great scraping tutorial