Skip to content

Commit

Permalink
NBA 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 679ddf2 commit 1e5bdd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions hoopR_nba_raw_logfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22268,3 +22268,8 @@ INFO:__main__:0.9773846666018168 minutes to download 1 years of season schedules
INFO:__main__:Scraping NBA PBP for 2025...
INFO:__main__:0 Games to be scraped, skipping
INFO:__main__:Finished NBA PBP for 2025...
INFO:__main__:Scraping NBA schedules for year 2025...
INFO:__main__:0.9615120808283488 minutes to download 1 years of season schedules.
INFO:__main__:Scraping NBA PBP for 2025...
INFO:__main__:0 Games to be scraped, skipping
INFO:__main__:Finished NBA PBP for 2025...
Binary file modified nba/schedules/rds/nba_schedule_2025.rds
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/daily_nba_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 nba/* >> /dev/null
git pull >> /dev/null
git add . >> /dev/null
git commit -m "NBA Raw Updated (Start: $i End: $i)" || echo "No changes to commit"
git pull --rebase >> /dev/null
git pull >> /dev/null
git push --quiet
done

0 comments on commit 1e5bdd3

Please sign in to comment.