This website requires JavaScript.
Explore
Help
Sign In
dsh
/
baseball
Watch
1
Star
0
Fork
0
You've already forked baseball
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
61
KiB
Python
100%
main
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Dave Smith-Hayes
64b5b65ece
hard code the ESPN url.
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
README.md
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