Skip to content

Commit

Permalink
WBB Raw Updated (Start: 2025 End: 2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2024
1 parent e81b7c4 commit 86eeed2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daily_wbb.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2024
2025
Already up to date.
Already up to date.
3 changes: 2 additions & 1 deletion scripts/daily_wbb_scraper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ do
git pull >> /dev/null
git add wbb/* >> /dev/null
git pull >> /dev/null
git add . >> /dev/null
git commit -m "WBB Raw Updated (Start: $i End: $i)" || echo "No changes to commit"
git pull --rebase >> /dev/null
git pull >> /dev/null
git push --quiet
done
Binary file added wbb/schedules/parquet/wbb_schedule_2025.parquet
Binary file not shown.
Binary file added wbb/schedules/rds/wbb_schedule_2025.rds
Binary file not shown.
Binary file modified wbb/wbb_schedule_master.parquet
Binary file not shown.
5 changes: 5 additions & 0 deletions wehoop_wbb_raw_logfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27775,3 +27775,8 @@ Error originated just after this operation:
DF []; PROJECT */0 COLUMNS; SELECTION: "None"
INFO:__main__:13.115840780735017 minutes to download 5908 game play-by-plays.
INFO:__main__:Finished WBB PBP for 2024...
INFO:__main__:Scraping WBB schedules for year 2025...
INFO:__main__:2.6724889437357584 minutes to download 1 years of season schedules.
INFO:__main__:Scraping WBB PBP for 2025...
INFO:__main__:0 Games to be scraped, skipping
INFO:__main__:Finished WBB PBP for 2025...

0 comments on commit 86eeed2

Please sign in to comment.