Skip to content

cryocaustik/provider-api-scraper-example

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published