Skip to content

Commit

Permalink
Fixed formatting with the YAML files for PBP to get data for their re…
Browse files Browse the repository at this point in the history
…spective MiLB leagues
  • Loading branch information
armstjc committed Aug 13, 2023
1 parent c269a49 commit e5b59c9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_milb_pbp_a+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run Python Script
run: |
python get_milb_pbp.py --season 2023 --level aaa
python get_milb_pbp.py --season 2023 --level a+
- uses: xresloader/upload-to-github-release@main
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_milb_pbp_a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run Python Script
run: |
python get_milb_pbp.py --season 2023 --level aaa
python get_milb_pbp.py --season 2023 --level a
- uses: xresloader/upload-to-github-release@main
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_milb_pbp_aa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run Python Script
run: |
python get_milb_pbp.py --season 2023 --level aaa
python get_milb_pbp.py --season 2023 --level aa
- uses: xresloader/upload-to-github-release@main
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_milb_pbp_rk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run Python Script
run: |
python get_milb_pbp.py --season 2023 --level aaa
python get_milb_pbp.py --season 2023 --level rk
- uses: xresloader/upload-to-github-release@main
env:
Expand Down
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# milb-data-repository

[![Update MiLB Schedules](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_schedules.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_schedules.yml)
Houses MiLB data sourced from various sources.

[![Update MiLB Season Player Batting Stats](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_batting_stats.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_batting_stats.yml)

[![Update MiLB Season Player Pitching Stats](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_pitching_stats.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_pitching_stats.yml)

[![Update MiLB Teams](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_teams.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_teams.yml)

Houses MiLB data.
| Stat Type | Status | Data |
| :----------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--: |
| Schedules | [![Update MiLB Schedules](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_schedules.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_schedules.yml) | test |
| Season batting stats - Player | [![Update MiLB Season Player Batting Stats](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_batting_stats.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_batting_stats.yml) | test |
| Season pitching stats - Player | [![Update MiLB Season Player Pitching Stats](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_pitching_stats.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_player_pitching_stats.yml) | test |
| Season batting stats - Team | In Development | test |
| Season pitching stats - Team | In Development | test |
| Game batting stats - Player | In Development | test |
| Game pitching stats - Player | In Development | test |
| Game batting stats - Team | In Development | test |
| Game pitching stats - Team | In Development | test |
| Team info | [![Update MiLB Teams](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_teams.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_teams.yml) | test |
| Play-by-play (PBP) data | [![Update MiLB PBP - AAA](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_pbp_aaa.yml/badge.svg)](https://github.com/armstjc/milb-data-repository/actions/workflows/update_milb_pbp_aaa.yml) | test |
| Rosters | In Development | test |

0 comments on commit e5b59c9

Please sign in to comment.