wsc-fixture-pipeline

Installation
SKILL.md

WSC Fixture Pipeline

Purpose

Run and verify the two-stage CLI pipeline that keeps WSC fixture data up to date:

  1. Crawl — Playwright scrapes fv.dribl.com and saves raw JSON chunks
  2. Sync — Transforms and merges raw chunks into validated data/matches/{team}.json

CLI Commands

# Stage 1: Crawl fixtures + results from Dribl
npm run crawl:fixtures -- -t "<team-slug>" -l "<league-name>" -s <year> -c "<competition>"

# Stage 2: Merge and validate to data/matches/
npm run sync:fixtures -- -t "<team-slug>"
Installs
1
GitHub Stars
1
First Seen
Jun 28, 2026
wsc-fixture-pipeline — dejanvasic85/williamstownsc