Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 405 Bytes

peterborough-open-gov

Setup

Open project in VS code as a dev container.

Start the jupyter notebook server: jupyter lab

To start the webserver:

./start.sh

Scraping

To run playwright

cd playwright
npx playwright test tests/city-council.spec.ts --headed

To parse the scraped data and download the pdfs, start the dev container and then run:

cd python-etl-scraper