Skip to content

Commit

Permalink
v0.2.17 - normalization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayteealao committed Nov 20, 2023
1 parent 4788309 commit 907f963
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion NaijaBet_Api/utils/bet9ja_normalizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,6 @@
"Monza": "Monza",
"Vicenza": "Vicenza",
"Cremonese": "US Cremonese",
"Lecce": "Lecce"
"Lecce": "Lecce",
"Frosinone": "Frosinone"
}
3 changes: 2 additions & 1 deletion NaijaBet_Api/utils/betking_normalizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,6 @@
"Eintracht Braunschweig": "Eintracht Braunschweig",
"Stade Lavallois MFC": "Stade Laval",
"AC Monza": "Monza",
"US Leece": "Lecce"
"US Leece": "Lecce",
"Frosinone": "Frosinone"
}
12 changes: 11 additions & 1 deletion NaijaBet_Api/utils/nairabet_normalizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,33 @@
"West Ham United FC": "West Ham",
"Leeds United": "Leeds",
"Valencia CF": "Valencia",
"Valencia": "Valencia",
"Villarreal CF": "Villarreal",
"Villarreal": "Villarreal",
"Real Valladolid": "Real Valladolid",
"Getafe CF": "Getafe",
"Getafe": "Getafe",
"Elche CF": "Elche",
"Sevilla FC": "Sevilla",
"Cadiz CF": "Cadiz",
"SD Eibar": "SD Eibar",
"CA Osasuna": "Osasuna",
"FC Barcelona": "Barcelona",
"Barcelona": "Barcelona",
"SD Huesca": "SD Huesca",
"RC Celta de Vigo": "Celta de Vigo",
"Celta": "Celta de Vigo",
"Atletico Madrid": "Atletico Madrid",
"Almeria": "Almeria",
"Real Madrid": "Real Madrid",
"Real Sociedad": "Real Sociedad",
"Levante UD": "Levante",
"Athletic Bilbao": "Athletic Bilbao",
"Granada CF": "Granada",
"Granada": "Granada",
"Real Betis Balompie": "Real Betis",
"Deportivo Alaves": "Deportivo Alaves",
"Alaves": "Deportivo Alaves",
"Parma Calcio 1913": "Parma",
"FC Inter Milano": "Inter Milan",
"Spezia Calcio": "Spezia",
Expand Down Expand Up @@ -323,6 +331,7 @@
"FC Ingolstadt 04": "Ingolstadt",
"RCD Espanyol Barcelona": "Espanyol",
"RCD Mallorca": "Mallorca",
"Mallorca": "Mallorca",
"Rayo Vallecano": "Rayo Vallecano",
"ES Troyes AC": "Troyes",
"Angers SCO": "SCO Angers",
Expand Down Expand Up @@ -415,5 +424,6 @@
"German Bundesliga": "Bundesliga",
"German 2. Bundesliga": "2 Bundesliga",
"France Ligue 1": "Ligue 1",
"France Ligue 2": "Ligue 2"
"France Ligue 2": "Ligue 2",
"Frosinone": "Frosinone"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = NaijaBet_Api
version = 0.2.15
version = 0.2.17
author = graphitenerd
author_email = [email protected]
description = A wrapper around the API of Nigerias major betting sites
Expand Down

0 comments on commit 907f963

Please sign in to comment.