mattdodge / yahoofantasy

A Python SDK for the Yahoo! Fantasy Sports API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyone know if Yahoo! is open to increasing the API limits?

dvdrplus opened this issue · comments

The API cuts out pretty quick if load on my app is high.

I see Yahoo! finance has a limit of like 10,000 per hour or something. The Yahoo! Sports is much much lower.

I can't find any support at all from Yahoo! regarding this. Does anyone have any experience here, or someone/where I could contact to get support from Yahoo! about this?

I'm unaware of any way to request an increase in API limits. This repo has some rate throttling code to try and remedy this a bit in some cases, but it can be annoying.

I'm going to convert this to a discussion though, rather than an issue, as it's not actually a bug with the library