BrevinS / brebapp

Active ML Passion Project
MIT License
2 stars 0 forks source link

Python Scraper.py function #171

Closed BrevinS closed 1 year ago

BrevinS commented 1 year ago

This function needs to be able to use the json and return whether or not a game is actively playing. A lot of html functionality will depend on this.

BrevinS commented 1 year ago

May be smart to short-circuit evaluation the gametime first with a local clock before checking the json each time.