An aggregation of your data in Calgary Public Library
- Python 3.9
First, create a .env
file to configure the Calgary Public Library account.
cpl_username=...
cpl_password=...
Then, install and execute
python -m venv .venv
.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
python extract.py
Use
pip install -r requirements-dev.txt
for development and docs.
mkdocs serve