https://github.com/ianpaul/Baseball_Scores
A short Python script that gives you the latest boxscore, linescore, upcoming schedule for a given MLB team, or the current MLB standings.
https://github.com/ianpaul/Baseball_Scores
Last synced: 4 months ago
JSON representation
A short Python script that gives you the latest boxscore, linescore, upcoming schedule for a given MLB team, or the current MLB standings.
- Host: GitHub
- URL: https://github.com/ianpaul/Baseball_Scores
- Owner: ianpaul
- Created: 2021-07-06T20:50:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T18:46:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:08:20.253Z (8 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ianpaul/Baseball_Scores - A short Python script that gives you the latest boxscore, linescore, upcoming schedule for a given MLB team, or the current MLB standings. (Python)
README
# MLB
This is a Python script that gives you some basic MLB information on the command line. It can show you the latest boxscore or linescore for a given MLB team; a list of upcoming games for your team; or the current standings for the AL, NL, or both.It relies on the [statsapi wrapper by Todd Roberts](https://github.com/toddrob99/MLB-StatsAPI).
To use this script you need to install the wrapper first:
`pip install MLB-StatsAPI`
or for Python 3
`pip3 install MLB-StatsAPI`Then just run the script from the command line and follow the directions.