mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
shots
This commit is contained in:
@@ -103,15 +103,15 @@ func importPlayerShotCharts(db *gorm.DB) {
|
|||||||
endSeason := 2017
|
endSeason := 2017
|
||||||
|
|
||||||
targetPlayerIDs := []string{
|
targetPlayerIDs := []string{
|
||||||
"jamesle01",
|
// "jamesle01",
|
||||||
"curryst01",
|
// "curryst01",
|
||||||
"jokicni01",
|
// "jokicni01",
|
||||||
"doncilu01",
|
// "doncilu01",
|
||||||
"hardeja01",
|
// "hardeja01",
|
||||||
"irvinky01",
|
// "irvinky01",
|
||||||
"duranke01",
|
// "duranke01",
|
||||||
"youngtr01",
|
// "youngtr01",
|
||||||
"gilgesh01",
|
// "gilgesh01",
|
||||||
"brunsja01",
|
"brunsja01",
|
||||||
"edwaran01",
|
"edwaran01",
|
||||||
"mitchdo01",
|
"mitchdo01",
|
||||||
|
|||||||
@@ -62,17 +62,17 @@ func main() {
|
|||||||
// importPlayerTotalsPlayoffsScrape(db)
|
// importPlayerTotalsPlayoffsScrape(db)
|
||||||
// log.Println("🎉 Player Playoffs (scraped) Import completed successfully")
|
// log.Println("🎉 Player Playoffs (scraped) Import completed successfully")
|
||||||
|
|
||||||
importGameSchedules(db)
|
// importGameSchedules(db)
|
||||||
log.Println("🎉 Game Imports completed successfully 🏀")
|
// log.Println("🎉 Game Imports completed successfully 🏀")
|
||||||
|
|
||||||
importBoxScores(db)
|
// importBoxScores(db)
|
||||||
log.Println("🎉 Related Box Score Imports completed successfully 📦")
|
// log.Println("🎉 Related Box Score Imports completed successfully 📦")
|
||||||
|
|
||||||
importMarkPlayoffGames(db)
|
// importMarkPlayoffGames(db)
|
||||||
log.Println("🎉 Playoff games marked successfully 🏆")
|
// log.Println("🎉 Playoff games marked successfully 🏆")
|
||||||
|
|
||||||
// importPlayerShotCharts(db)
|
importPlayerShotCharts(db)
|
||||||
// log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
|
log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
|
||||||
|
|
||||||
log.Println("🏀 ALL Imports completed successfully ✅ 🙌")
|
log.Println("🏀 ALL Imports completed successfully ✅ 🙌")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user