/nhl-bot

A Twitter bot that posts when events occur in Colorado Avalanche games.

Primary LanguagePythonMIT LicenseMIT

nhl-bot

CI

A Twitter bot that posts when events occur in Colorado Avalanche games.

This seemed like a fun way to learn about the Twitter and NHL API. The bot is still a work-in-progress and provides very simple event updates.

See the bot in action: @avalanche_bot

How to run unit tests

> make test

How to lint source files

> make lint

How to perform static analysis

> make analyze

How to build the docker container

> make build

How to deploy the docker container

> make deploy