krz/nba-scores

clone: git clone https://gitbay.org/krz/nba-scores.git

main:

040000 .githooks/
040000 .github/
100644 .gitignore119
100644 LICENSE639
100644 README.nfo1892
040000 nba/
100644 pylintrc60
100644 pyproject.toml1772
100644 requirements.txt46
040000 screenshots/
100644 uv.lock164090
┌──────────────────────────────────────────────────────────────┐
│  N B A                                     [ KRZ ]   krz.sh  │
└──────────────────────────────────────────────────────────────┘

WHAT
  python package. command-line interface to nba scores, standings,
  stat leaders, playoff picture, and live box scores. one-shot mode
  and an interactive tui with auto-refresh.

INSTALL
      git clone https://git.cleberg.net/nba-scores.git
      cd nba-scores
      pipx install .

TUI
      nba --tui

  flags:
  - --tui              launch the tui
  - --scores           open on the scores tab (default)
  - --standings        open on the standings tab
  - --refresh N        refresh seconds (default 60, min 10)

  tabs: scores (s), standings (t), leaders (l), playoff picture (p),
  bracket (k), box score (b).

  keys: 1-9 load a box score, comma and period cycle leader
  categories, r refresh, q quit.

  leader categories: points, rebounds, assists, steals, blocks,
  efficiency, fg%, ft%, 3p%.

STATIC
      nba --scores       # -sc, today's scoreboard
      nba --standings    # -st, conference standings

CONTRIBUTING
  fork, add features, open a pull request.

┌──────────────────────────────────────────────────────────────┐
│  krz.sh                                                      │
└──────────────────────────────────────────────────────────────┘