Web scrapers for public meetings in the Columbus, OH area.
Part of the City Scrapers project.
All spiders in this repo use the coloh prefix (e.g. coloh_city_council).
See the development documentation for more info on how to get started.
pipenv install --devpipenv run scrapy crawl coloh_city_councilpipenv run scrapy list | xargs -I {} pipenv run scrapy crawl {}pipenv run pytest