Skip to content

submodules

kegscraper uses a number of submodules to separate the implementations for different services.

As of writing, here are some example submodules:

You can import a submodule using from kegscraper import {name}, replacing {name} with the submodule name. e.g.: from kegscraper import site to import the api for the main website