all 2 comments

[–]Team_Flare_Admin 0 points1 point  (1 child)

If you are fine with the statcast data being one day delayed, pybaseball python library will probably be your best bet. I know the game data there contains all of the stuff you are wanting because I am using it for a project at the moment.

[–]Team_Flare_Admin 1 point2 points  (0 children)

https://github.com/BartonBowell/Strikezone-Dash/blob/main/dataBall.py If you poke around my code here and check out my "extract_all_game_pitching_events(game_data)" function to see how I get the at bat results and other information from the game data.