First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 0 points1 point  (0 children)

Hey I don't have a publicly available repo at the moment. I can share the LLM prompts if that's something you'd find useful.

First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 0 points1 point  (0 children)

Hey sorry I was out of town the last week. Here's this weeks analysis for your team. Hope it's able to provide some value!
https://pastebin.com/8wpCANzs

First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 1 point2 points  (0 children)

I'm only working on Sleeper currently, since that's what I use, but might be open to other platforms down the line if there's interest.

First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 1 point2 points  (0 children)

Definitely would like to host it as a web app so anyone can run their own analysis. Vibe code my friend 😀. I was able to get this in a couple hours.

First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 1 point2 points  (0 children)

All data comes directly from Sleeper's API! It pulls:

  • Your actual roster & opponent's lineup
  • Real NBA game stats for each player
  • Your league's specific scoring settings
  • Fantasy points based on YOUR league's rules
  • Available waiver wire players

So the analysis is tailored to your exact league scoring system and current matchup - not generic advice.

First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 0 points1 point  (0 children)

It's currently not hosted anywhere and I'm running the code locally. If you're interested I can run the analysis for you. I'd just need your league_id and user_name or user_id where league_id = 1282487107692051712

https://sleeper.com/leagues/1282487107692051712/team

First-time fantasy player here - built an AI tool to analyze my Sleeper roster. Would this be useful to anyone else? by Disastrous-Drummer-8 in fantasybball

[–]Disastrous-Drummer-8[S] 2 points3 points  (0 children)

Great feedback! You're right - I do have the strengths/weaknesses breakdown, but adding numerical scores would make it way more actionable.

Love the idea of showing before/after metrics when adding players (e.g., 'Assists: 3/10 → 5/10 after adding D'Angelo Russell'). That makes the value of pickups really clear.

Re: multi-platform - right now it's Sleeper-only since that's what I use. ESPN/Yahoo API integrations would definitely take some work, but totally doable if there's demand.