Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 394 Bytes

Purdue Boiler TV On Demand API

Caches and tracks movie information from Purdue's Boiler TV On Demand page.

The cache is refreshed daily by default.

# Manual ingest
python -m btv_on_demand.ingest

# Scheduled ingest
python -m btv_on_demand

# Custom scheduled ingest
BTV_INGEST_INTERVAL_H=4 python -m btv_on_demand