Create an account to keep track of your favorite active baseball players and teams!
Displays season and career stats of active MLB players and displays league leaders for player rankings.
On teams page, displays input team's 40-man roster and current season stats, team leaders, and division standings. 40-man roster data may take about 10 seconds to load.
On live page, displays live game data and all games being played on today's date.
Input active player name or team name and click submit.
Or create an account and login to save your favorites for quick access.
Tool does not work on players on IL, retired players, and minor-league players.
- Install dependencies: pip install -r requirements.txt
- Install MongoDB and start the daemon using this command on linux: sudo systemctl start mongod
- Run server/python3 baseball_stats_server.py in terminal
- Double-click landing.html to run app in web browser
Coming soon!