Skip to content

ianpaul/Baseball_Scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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.

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.

About

A short Python script that gives you the latest boxscore, linescore, upcoming schedule for a given MLB team, or the current MLB standings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages