I replaced $60/season of Fantasy Football draft tools with one Claude project
热度趋势
趋势数据积累中
百分比基于当前可用热度信号,而非评论数或独立用户人数。
Claude 相关模型动态已经出现,适合跟踪能力变化、生态影响和后续可用性。
一位开发者用一个Claude项目取代了每年60美元的梦幻橄榄球选秀工具。该工具能够加载Sleeper梦幻橄榄球联赛,获取联赛设置(如得分、阵容规模、队伍数量等),然后根据得分系统检索平均选秀位置(ADP)。用户可以选择一个选秀位置,并与CPU进行选秀。这个项目名为“ItsTitle/fantasy-football-draft-room”,已在GitHub上发布,免费且采用MIT许可,无需API密钥或账户,可在本地使用Node + npm运行。
If anyone else here is a fantasy football player / enthusiast, then you know we're in prime drafting season.
In prior years, I would pay for seasonal tools to help with draft prep, but this year I realized, surely I could describe what I'm already paying for to Claude and have it recreate the tool for my own personal use.
So that's exactly what I did, and what I ended up with was my own personal, 100% free (excluding the Claude subscription of course) Fantasy Football Mock Draft Simulator.
The tool loads my Sleeper fantasy football leagues to retrieve each league's settings (scoring, roster size, number of teams, etc) and then retrieves ADP (average draft position) for that scoring system. Then I can pick a draft slot (or use my existing draft slot if the order has been determined already) and begin drafting against the CPU.
The CPU is also configurable. I can have it follow ADP exactly, increase how far from ADP it will reach, and even configure specific position groups to be more or less valued than others depending on how I think my leaguemates draft.
The tool even allows me to upload my custom rankings to draft from which helps when my rankings drift from ADP heavily.
I'm also putting finishing touches by adding a draft assistant mode that will follow the active draft as it happens, allowing me to use it on draft night.
This was built for just personal use so I don't have a URL or anything to share but just wanted to help show how Claude can be used to replace other tools / software you already pay for!
Edit: A few people asked, so it's up: https://github.com/ItsTitle/fantasy-football-draft-room free, MIT licensed, no API keys or accounts needed. Node + npm, runs locally.