This commit is contained in:
2026-07-30 14:22:04 -05:00
parent 4f9c9e8175
commit dbe8faab0b
2 changed files with 17 additions and 17 deletions
+9 -9
View File
@@ -103,15 +103,15 @@ func importPlayerShotCharts(db *gorm.DB) {
endSeason := 2017
targetPlayerIDs := []string{
"jamesle01",
"curryst01",
"jokicni01",
"doncilu01",
"hardeja01",
"irvinky01",
"duranke01",
"youngtr01",
"gilgesh01",
// "jamesle01",
// "curryst01",
// "jokicni01",
// "doncilu01",
// "hardeja01",
// "irvinky01",
// "duranke01",
// "youngtr01",
// "gilgesh01",
"brunsja01",
"edwaran01",
"mitchdo01",
+8 -8
View File
@@ -62,17 +62,17 @@ func main() {
// importPlayerTotalsPlayoffsScrape(db)
// log.Println("🎉 Player Playoffs (scraped) Import completed successfully")
importGameSchedules(db)
log.Println("🎉 Game Imports completed successfully 🏀")
// importGameSchedules(db)
// log.Println("🎉 Game Imports completed successfully 🏀")
importBoxScores(db)
log.Println("🎉 Related Box Score Imports completed successfully 📦")
// importBoxScores(db)
// log.Println("🎉 Related Box Score Imports completed successfully 📦")
importMarkPlayoffGames(db)
log.Println("🎉 Playoff games marked successfully 🏆")
// importMarkPlayoffGames(db)
// log.Println("🎉 Playoff games marked successfully 🏆")
// importPlayerShotCharts(db)
// log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
importPlayerShotCharts(db)
log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
log.Println("🏀 ALL Imports completed successfully ✅ 🙌")
return