https://github.com/vineyardbovines/gwg
display today's nhl game scores in your terminal
https://github.com/vineyardbovines/gwg
Last synced: 7 months ago
JSON representation
display today's nhl game scores in your terminal
- Host: GitHub
- URL: https://github.com/vineyardbovines/gwg
- Owner: vineyardbovines
- License: mit
- Created: 2018-04-03T01:05:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:35:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T21:29:18.040Z (11 months ago)
- Language: Python
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

a scraper that displays the scores of the day's NHL games. updates every 30 seconds from the NHL json scoreboard API
## getting started
**requirements**
* python v3.6 - recommended
> python v2 works fine, just remove the `3` from the header of the file and cmds
**installation**
`pip3 install -r requirements.txt`
after installing requirements, permit the script to execute:
`chmod u+x gwg.py`
## usage
```bash
gwg.py
```## License
This repo was originally forked from [Ticker](https://github.com/stvhwrd/Ticker) then tweaked to integrate the new NHL api.
[MIT License](./LICENSE)