https://github.com/xwjdsh/nba-live
Watch NBA games in the terminal, the content in Chinese only.
https://github.com/xwjdsh/nba-live
basketball cli live nba
Last synced: 8 months ago
JSON representation
Watch NBA games in the terminal, the content in Chinese only.
- Host: GitHub
- URL: https://github.com/xwjdsh/nba-live
- Owner: xwjdsh
- License: mit
- Created: 2017-12-16T05:24:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T15:28:31.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T17:26:34.526Z (8 months ago)
- Topics: basketball, cli, live, nba
- Language: Go
- Homepage:
- Size: 11.3 MB
- Stars: 183
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```text
__ ___
____ / /_ ____ _ / (_) _____
/ __ \/ __ \/ __ `/_____/ / / | / / _ \
/ / / / /_/ / /_/ /_____/ / /| |/ / __/
/_/ /_/_.___/\__,_/ /_/_/ |___/\___/
```
[](https://github.com/xwjdsh/nba-live/releases/latest)
[](https://travis-ci.org/xwjdsh/nba-live)
[](https://goreportcard.com/report/github.com/xwjdsh/nba-live)
[](https://microbadger.com/images/wendellsun/nba-live)
[](https://github.com/xwjdsh/manssh/blob/master/LICENSE)
`nba-live`是一个在终端下观看`NBA&CBA`文字直播的命令行工具.
所有数据来自[手机版直播吧](https://m.zhibo8.cc/).
## 截图


## 安装运行
#### Go
```shell
go get -u github.com/xwjdsh/nba-live
nba-live
```
#### Homebrew
```shell
brew tap xwjdsh/tap
brew install xwjdsh/tap/nba-live
nba-live
```
#### Docker
```shell
docker pull wendellsun/nba-live
docker run -it --rm wendellsun/nba-live
```
#### Manual
从[releases](https://github.com/xwjdsh/nba-live/releases)下载可执行文件并将其放到`PATH`环境变量对应的路径中,然后在终端输入`nba-live`运行。
## 致谢
* [manifoldco/promptui](https://github.com/manifoldco/promptui)
* [marcusolsson/tui-go](https://github.com/marcusolsson/tui-go)
* [基于Python命令行的NBA文字直播小工具](http://www.jianshu.com/p/b4077b8810bd)
## 协议
[MIT License](https://github.com/xwjdsh/nba-live/blob/master/LICENSE)