krz/nba-scores

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

main: README.nfo · raw

 1┌──────────────────────────────────────────────────────────────┐
 2│  N B A                                     [ KRZ ]   krz.sh  │
 3└──────────────────────────────────────────────────────────────┘
 4
 5WHAT
 6  python package. command-line interface to nba scores, standings,
 7  stat leaders, playoff picture, and live box scores. one-shot mode
 8  and an interactive tui with auto-refresh.
 9
10INSTALL
11      git clone https://git.cleberg.net/nba-scores.git
12      cd nba-scores
13      pipx install .
14
15TUI
16      nba --tui
17
18  flags:
19  - --tui              launch the tui
20  - --scores           open on the scores tab (default)
21  - --standings        open on the standings tab
22  - --refresh N        refresh seconds (default 60, min 10)
23
24  tabs: scores (s), standings (t), leaders (l), playoff picture (p),
25  bracket (k), box score (b).
26
27  keys: 1-9 load a box score, comma and period cycle leader
28  categories, r refresh, q quit.
29
30  leader categories: points, rebounds, assists, steals, blocks,
31  efficiency, fg%, ft%, 3p%.
32
33STATIC
34      nba --scores       # -sc, today's scoreboard
35      nba --standings    # -st, conference standings
36
37CONTRIBUTING
38  fork, add features, open a pull request.
39
40┌──────────────────────────────────────────────────────────────┐
41│  krz.sh                                                      │
42└──────────────────────────────────────────────────────────────┘