Skip to content

Repository files navigation

wehoop-wnba-stats-data

Women's Basketball Data Releases

ESPN Women's College Basketball Schedules

ESPN Women's College Basketball PBP

ESPN Women's College Basketball Team Boxscores

ESPN Women's College Basketball Player Boxscores

ESPN WNBA Schedules

ESPN WNBA PBP

ESPN WNBA Team Boxscores

ESPN WNBA Player Boxscores

Data Repositories

wehoop-wnba-raw data repository (source: ESPN)

wehoop-wnba-data repository (source: ESPN)

wehoop-wnba-stats-data Repo (source: NBA Stats)

wehoop-wbb-raw data repository (source: ESPN)

wehoop-wbb-data repository (source: ESPN)

Automation

This repo is refreshed by the Update WNBA Stats Data GitHub Actions workflow (.github/workflows/daily_wnba_stats.yml), which calls scripts/daily_wnba_stats_R_processor.sh to invoke the R generation scripts under R/.

Cron schedule (UTC)

The workflow runs once a day at 08:00 UTC, offset one hour from the parallel ESPN workflow in wehoop-wnba-data so the two jobs do not contend for the same proxy pool. Four cron entries cover the WNBA calendar:

  • 0 8 18-31 10 * — daily, October 18 through 31 (preseason / season tip-off).
  • 0 8 * 11-12 * — daily, every day in November and December.
  • 0 8 * 1-6 * — daily, every day from January through June (regular season).
  • 0 8 1-12 7 * — daily, July 1 through 12 (lead-up to the All-Star break).

Triggers

  • repository_dispatch event type: daily_wnba_stats_data.

  • Manual run via the GitHub UI (Actions tab -> Update WNBA Stats Data -> Run workflow) or from the CLI:

    gh workflow run daily_wnba_stats.yml -f start_year=2024 -f end_year=2024

    When start_year / end_year are omitted the workflow defaults both to wehoop::most_recent_wnba_season().

Proxy list

The R generation scripts read a proxy list from ../../proxylist.csv (relative to the repository checkout). The workflow writes that file at job start from the WNBA_STATS_PROXY_LIST GitHub Actions secret (CSV body with columns ip,port,login,password). Set the secret on the repo to enable proxied calls to the WNBA Stats API.

Datasets

Script Dataset Release tag Last published
python/wnba_stats_01_standings_creation.py standings wnba_stats_standings 2026-07-29
python/wnba_stats_02_player_season_stats_creation.py player_season_stats wnba_stats_player_season_stats 2026-07-29
python/wnba_stats_03_team_season_stats_creation.py team_season_stats wnba_stats_team_season_stats 2026-07-29
python/wnba_stats_04_lineups_creation.py lineups wnba_stats_lineups 2026-07-29
python/wnba_stats_05_rosters_creation.py rosters wnba_stats_rosters 2026-07-29
python/wnba_stats_06_coaches_creation.py coaches wnba_stats_coaches 2026-07-29
python/wnba_stats_07_draft_creation.py draft wnba_stats_draft 2026-08-12
python/wnba_stats_08_schedules_creation.py schedules wnba_stats_schedules 2026-08-12
python/wnba_stats_09_player_game_logs_creation.py player_game_logs wnba_stats_player_game_logs 2026-07-29
python/wnba_stats_10_pbp_creation.py pbp wnba_stats_pbp 2026-08-12
python/wnba_stats_11_game_rosters_creation.py game_rosters wnba_stats_game_rosters 2026-07-29
python/wnba_stats_12_officials_creation.py officials wnba_stats_officials 2026-07-29
python/wnba_stats_13_player_boxscores_creation.py player_boxscores wnba_stats_player_boxscores 2026-07-29
python/wnba_stats_14_team_boxscores_creation.py team_boxscores wnba_stats_team_boxscores 2026-07-29
python/wnba_stats_15_shots_creation.py shots wnba_stats_shots 2026-07-29
python/wnba_stats_99_schedule_master_creation.py schedule_master wnba_stats/wnba_stats_schedule_master.parquet (committed)
python/wnba_stats_99_schedule_master_creation.py games_in_data_repo wnba_stats/wnba_stats_games_in_data_repo.parquet (committed)

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages