sportsipy icon indicating copy to clipboard operation
sportsipy copied to clipboard

A free sports API written for python

Results 139 sportsipy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Within the NHL module, the Teams class has at least a couple properties that return "None" instead of the correct int. **To Reproduce** ```python from sportsipy.nhl.teams import...

Tried to pull all boxscores from the 2019-2020 season. There was an issue with this boxlink, all others worked. This is the troublesome boxlink - 2019-12-28-17-charleston-southern . I removed this...

Your app looks incredible and I can't wait to use it! I am very, very new to Python, but feel like I am missing something in the docs. I have...

the home_points index of -1 seems to work, but not for overtime games. This is the test data I used to validate ``` data = {'away_points' : [115, 108, 109,...

fix NBA home_wins, home_losses, away_wins, away_losses if NBA team is the 76ers. The re findall \d will match the 76 in 76ers and result in in accurate results. This can...

There still seems to be some errors in the home games: 1. Some games still have their stats being incompletely scraped: home game minutes played as 60 (about 67 games...

**Describe the bug** I can't get the win/loss record for the home team for any NBA 2020-2021 boxscore object. **To Reproduce** Sample code which causes an issue. ```python from sportsipy.nba.boxscore...

I was looking for some data to work with and got that the team called Guadalajara (id=c02b0f7a) from the LigaMX league can't be found. Here is the fbref link: https://fbref.com/en/squads/c02b0f7a/Guadalajara-Stats...

**Is your feature request related to a problem? Please describe.** There's really rich data on things like volume of pressures, shot creating actions etc. on the scout report section of...

**Describe the bug** Pulling the Roster for the larger premier league clubs doesn't work. **To Reproduce** Sample code which causes an issue. ```python man_utd = Roster(sportsipy.fb.fb_utils.lookup_squad_id('Manchester United')) # Returns empty...