A private assistant that helps me manage the two Yahoo fantasy football leagues I play in.
This is a personal project, not a product. It runs on a server I own, it has exactly one user, and it is not available to anyone else. This page exists so that what it does is a matter of public record rather than something you have to take on trust.
It reads the current state of my two leagues, follows injury reports and football news through the week, and works out what I should do about it — who to start, who to pick up, which trades are worth proposing. Then it explains its reasoning and waits.
The last two steps are the point. It has no authority to act. Every recommendation is something I read, accept or reject, and then carry out myself in the Yahoo Fantasy app — which is also the only way it could work, since the Yahoo Fantasy Sports API provides read access only.
It never writes to Yahoo. It cannot set a lineup, claim a player or propose a trade on my behalf. It reads, it advises, and I do the rest by hand.
Mine, and only for the two leagues I am a rostered manager in. There is no sign-up. Access is gated by a private token, so no one else can reach it.
League data lives in a local database on hardware I control. It is not resold, redistributed, shared with third parties, or used to train anything.
Responses are cached with per-resource expiry and requests are rate-limited, so it asks Yahoo for data only when that data could actually have changed.
| Built by | Ivo Parashkevov, Boston, MA — an individual, not a company |
| Users | One |
| Leagues | Two, both of which I play in |
| Yahoo access | Read-only |
| Hosting | Self-hosted on my own AWS instance |
| Status | In development during the 2026 season |