Home

Awesome

Baseball Pi

How did the old 1970's Chevy jingle go? "Baseball, hot dogs, apple pie and Chevrolet, they go together in the good ol’ USA." Well what about baseball and RASPBERRY PI?

Get the live box score, plays, and batter stats of your favorite MLB team* right on your desktop.

:baseball: View images and a short video of this device.

Hardware Requirements



Getting Started


Installation

wget -q https://raw.githubusercontent.com/eat-sleep-code/baseball-pi/master/install-baseball.sh -O ~/install-baseball.sh
sudo chmod +x ~/install-baseball.sh && ~/install-baseball.sh


Usage Example

baseball --team Orioles

Options

Options

Autorun

Want to start Baseball Pi every time you boot your Raspberry Pi? Here is how!

[Unit]
Description=Baseball Pi service

[Service]
ExecStart=/usr/bin/python3 /home/pi/baseball/baseball.py --team Orioles
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=Baseball Pi
User=pi

[Install]
WantedBy=multi-user.target


IMPORTANT NOTICE

All game data is the property of Major League Baseball Properties, Inc. This code was created for personal use only and does not construe any rights to use this data without the express permission of Major League Baseball Properties, Inc. Other trademarks used throughout this repository are the property of their respective owners and are used for identification purposes only. You may not hold the owners and operators (or any associated parties) of the <eat-sleep-code /> websites and repositories liable or financially responsible for any damages including—but not limited to—emotional, physical, or financial damages incurred during or after the use of this repository or any referenced websites. Use of this repository and/or the code found within constitutes an agreement to these terms.