Skip to content

zehengl/yyc-library-review

Repository files navigation

logo

yyc-library-review

coding_style GitHub Pages

An aggregation of your data in Calgary Public Library

Environment

  • Python 3.9

Getting Started

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.

Docs

mkdocs serve

Credits