https://github.com/steder/command-line-mlb-box-score
MLB box scores from the command line
https://github.com/steder/command-line-mlb-box-score
Last synced: about 1 month ago
JSON representation
MLB box scores from the command line
- Host: GitHub
- URL: https://github.com/steder/command-line-mlb-box-score
- Owner: steder
- Created: 2014-08-25T23:01:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T23:02:43.000Z (over 10 years ago)
- Last Synced: 2025-02-10T12:43:19.282Z (3 months ago)
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMMAND LINE MLB BOX SCORES#
### What is this for? ###
* Hate having to search for MLB scores in the browser? Of course you do.
* We're using [xmlstats API](https://erikberg.com/api)
* Version 1.0### How do I get set up? ###
Clone this repo and add your own access token.
[Request one here](https://erikberg.com/request-invite)
### Get the box score
``python mlb.py -d 20140520 -t cardinals``
### See optional arguments
``python mlb.py -h``### To do ###
Errors column is hard coded. Make that a thing.
### Contribution guidelines ###
Sure let's.