yfpy icon indicating copy to clipboard operation
yfpy copied to clipboard

Python API wrapper for the Yahoo Fantasy Sports public API (supports NFL, NHL, MLB, and NBA).

Results 10 yfpy issues
Sort by recently updated
recently updated
newest added

I am trying to use query.get_league_teams, and am expecting a List[Team], but am instead getting a List[dict]. Is there a better way to do this so I get the types...

Currently, when returning lists of objects, YFPY returns them as lists of dictionaries, each with a single key corresponding to the data type of the object value (so a list...

improvement

## Description Hello! I am curious if the yahoo backend allows for the ability to pull player ownership percentage per specified date, similar to how the get_player_stats_by_date works? I tired...

## Description of Issue Got this when using the get_league_players query: DEBUG - models.py - yfpy.models:128 - The Yahoo Fantasy Sports API includes 1 additional data fields for Player that...

bug

## Description of Issue I am using the examples from the getting started docs. When I try to list the league ids, I get this very specific error: ``` %...

bug

## Description I'm in a NHL fantasy league. I was wondering if we can get the league standings given a start date and end date? Not just the current standings....

## Description of Issue Please put a longer description of the bug/issue/problem you are encountering here, as well as anything else you think might be relevant or helpful to reproduce...

bug

## Description of Issue I am running query.get_team_roster_player_stats_by_week(team_id=4). The function lists player_points.coverage_type as "week" and player_points.week as "1". When I run the function, it's returning player_points.coverage_type = "date" and then...

bug

I'm very novice at developing/programming but want to start the learning path. I'm a pretty adamant smart home user (home assistant) and would love to build an integration for Yahoo...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies