Go to file
2025-03-15 22:34:12 -04:00
etc Keep working on some more functionality. 2025-03-08 22:13:59 -05:00
.gitignore Keep working on some more functionality. 2025-03-08 22:13:59 -05:00
data.py hard code the ESPN url. 2025-03-15 22:34:12 -04:00
game.py Format the code a bit, and work out filtering specific teams. 2025-03-15 20:55:24 -04:00
main.py Get only the score for a specific team 2025-03-15 21:34:07 -04:00
output.py Format the code a bit, and work out filtering specific teams. 2025-03-15 20:55:24 -04:00
pyvenv.cfg Keep working on some more functionality. 2025-03-08 22:13:59 -05:00
README.md Format the code a bit, and work out filtering specific teams. 2025-03-15 20:55:24 -04:00
requirements.txt Keep working on some more functionality. 2025-03-08 22:13:59 -05:00

Baseball CLI Tool

This application will simply grab the on-going games from the ESPN JSON API.

TODO

  • Parse by Team
  • Get team stats from the API
  • Cache the API calls
    • Store in SQLite database