Syntrex commited on
Commit
3aa81d5
·
verified ·
1 Parent(s): 0c4aac5

Update config/settings.py

Browse files
Files changed (1) hide show
  1. config/settings.py +0 -5
config/settings.py CHANGED
@@ -10,24 +10,19 @@ DUCKDB_PATH = "data/wbc.duckdb"
10
  DEFAULT_EDGE_THRESHOLD = 0.05
11
  DEFAULT_CONFIDENCE_THRESHOLD = 0.70
12
 
13
- # Official / public sources
14
  WBC_SCHEDULE_PAGE_URL = "https://www.mlb.com/world-baseball-classic/schedule"
15
  WBC_HOME_URL = "https://www.mlb.com/world-baseball-classic"
16
  WBC_STATS_URL = "https://www.mlb.com/world-baseball-classic/stats"
17
  WBC_STANDINGS_URL = "https://www.mlb.com/world-baseball-classic/standings"
18
 
19
- # Baseball Savant WBC Statcast
20
  WBC_STATCAST_SEARCH_URL = "https://baseballsavant.mlb.com/statcast-search-world-baseball-classic"
21
  STATCAST_SEARCH_URL = "https://baseballsavant.mlb.com/statcast_search/csv"
22
 
23
- # MLB enrichment / fallback
24
  MLB_SCHEDULE_URL = "https://statsapi.mlb.com/api/v1/schedule"
25
  MLB_TEAMS_URL = "https://statsapi.mlb.com/api/v1/teams"
26
 
27
- # Weather
28
  OPENWEATHER_URL = "https://api.openweathermap.org/data/2.5/weather"
29
 
30
- # Odds
31
  ODDS_SPORT_KEY = "baseball_mlb"
32
  ODDS_BASE_URL = "https://api.the-odds-api.com/v4"
33
  ODDS_REGIONS = "us"
 
10
  DEFAULT_EDGE_THRESHOLD = 0.05
11
  DEFAULT_CONFIDENCE_THRESHOLD = 0.70
12
 
 
13
  WBC_SCHEDULE_PAGE_URL = "https://www.mlb.com/world-baseball-classic/schedule"
14
  WBC_HOME_URL = "https://www.mlb.com/world-baseball-classic"
15
  WBC_STATS_URL = "https://www.mlb.com/world-baseball-classic/stats"
16
  WBC_STANDINGS_URL = "https://www.mlb.com/world-baseball-classic/standings"
17
 
 
18
  WBC_STATCAST_SEARCH_URL = "https://baseballsavant.mlb.com/statcast-search-world-baseball-classic"
19
  STATCAST_SEARCH_URL = "https://baseballsavant.mlb.com/statcast_search/csv"
20
 
 
21
  MLB_SCHEDULE_URL = "https://statsapi.mlb.com/api/v1/schedule"
22
  MLB_TEAMS_URL = "https://statsapi.mlb.com/api/v1/teams"
23
 
 
24
  OPENWEATHER_URL = "https://api.openweathermap.org/data/2.5/weather"
25
 
 
26
  ODDS_SPORT_KEY = "baseball_mlb"
27
  ODDS_BASE_URL = "https://api.the-odds-api.com/v4"
28
  ODDS_REGIONS = "us"