yahoo_fantasy_api icon indicating copy to clipboard operation
yahoo_fantasy_api copied to clipboard

python bindings for the Yahoo! Fantasy API (https://yahoo-fantasy-api.readthedocs.io/)

Results 18 yahoo_fantasy_api issues
Sort by recently updated
recently updated
newest added

When I try to add a player on the waiver list (for example player ID 6574) using the add_and_drop_players function, it throws up an error saying FAB balance must be...

Is there any way to incorporate FGA, FGM, FTA and FTM stats into the league.player_stats method for NBA fantasy leagues? I am currently trying to aggregate team stats based on...

Is it possible to retrieve the fantasy points earned by each athlete in each week? I understand this value would be unique to each league depending on scoring settings.

When trying to gather week 1 stats for a player I do not get anything. ` lg.player_stats('11662', 'week', None, 1) # current season` I get: `[{'player_id': 11662, 'name': 'Jonah Heim',...

When I run the following code: `oauth = yahoo_oauth.OAuth2(yahooapi_dict['clientid'], yahooapi_dict['clientsecret']) lg = yfa.game.Game(oauth, code = 'nfl').league_ids()` I get the following error: RuntimeError: b'{\n "error": {\n "xml:lang": "en-us",\n "yahoo:uri": "\\/fantasy\\/v2\\/users;use_login=1\\/games\\/teams?format=json",\n "description":...

I just ran a script for the first time in six months and I'm getting this error whenever calling roster ``` ~/anaconda3/lib/python3.8/site-packages/yahoo_fantasy_api/team.py in roster(self, week, day) 93 plyr["position_type"] = next_item["position_type"]...

I'm running into an issue when trying to parse player stats using the date req_type. The code snippet in question is as follows: ``` from yahoo_oauth import OAuth2 import yahoo_fantasy_api...

Have you discovered if there is a rate limit? I don't know why I keep getting this error nor why I should be getting it. I do not believe it...

Is there a way to get an NBA player's rank and projected rank? I can't seem to figure it out.

I find that if the 'Waiver Type' league setting is "FAB w/ Continual rolling list tiebreak", hence there is no Free Agents and all players are in waivers, in this...