Provider API Scraper Example
Example of scraping a paginated API endpoint and dumping the data into a DB.
Pre-requisits
Setup
# install python dependencies
pipenv install
# copy and update env variables
cp .env.example .env
# initialize venv
pipenv shell
# execute script
python scrape_providers.py