gretzky / gwg

display today's nhl game scores in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

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

gwg.py

License

This repo was originally forked from Ticker then tweaked to integrate the new NHL api.

MIT License

About

display today's nhl game scores in your terminal

License:MIT License


Languages

Language:Python 100.0%