nhl-twitter-bot icon indicating copy to clipboard operation
nhl-twitter-bot copied to clipboard

🚨 Hockey Game Bot is a Python application that sends important NHL events to social media platforms in (near) real time.

Results 12 nhl-twitter-bot issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Add the following charts / chart enhancements. - [ ] Make a CF/60 & CA/60 chart similar to the xG Rate Per 60 chart. - [ ] Add league average...

enhancement

Add games played milestone alerts for - - First NHL game. - Every 100 games played

enhancement

Lately NST has been getting stuck at 0:00 time at the end of the period. Add that as logic to determine when to scrape so charts can be generated quicker.

enhancement

Accept a script argument that allows an external script to be run or some other API call to be made when a goal is scored.

enhancement

Figure out the best way to Dockerize V2 of the bot. Need to determine what can live in the config file and what can / should be environment variables passed...

enhancement

Currently all URLs are stored in `config.yaml` and loaded up via `utils.load_config()` function. We want to take the URLs out of the configuration file because that is client specific and...

enhancement