/city-scrapers-core

Core functionality for City Scrapers projects

Primary LanguagePythonMIT LicenseMIT

City Scrapers Core

Build status Documentation Status pypi

Core functionality for creating public meetings web scrapers for the City Scrapers project.

See the documentation for more details.

Installation

# To install base package
pip install city-scrapers-core
# To install with AWS, Azure, or GCS dependencies
pip install 'city-scrapers-core[aws]'
pip install 'city-scrapers-core[azure]'
pip install 'city-scrapers-core[gcs]'