Sleeper Dashboard for at-a-glance score, schedule, and updates.
Find a file
2025-10-31 11:52:23 -07:00
images Adding screenshots 2025-09-08 09:21:15 -07:00
services Adding NFL Scores (#3) 2025-10-30 00:03:16 +01:00
static fix bye week issue not showing favorites 2025-10-31 11:52:23 -07:00
templates fake a username 2025-10-31 11:43:36 -07:00
.gitignore debug mode added. Fixed gitignore. 2025-09-09 16:14:53 -07:00
app.py fake a username 2025-10-31 11:43:36 -07:00
compose.yaml image from quay 2025-10-31 11:44:32 -07:00
config.py Update config.py 2025-10-31 02:14:32 +01:00
ContainerFile init 2025-09-04 21:31:23 -07:00
README.md Update README.md 2025-10-31 18:37:29 +01:00
requirements.txt fake a username 2025-10-31 11:43:36 -07:00
rosterhash_logo.png Renaming everything to RosterHash. 2025-09-09 09:36:58 -07:00

RosterHash Logo

Docker Repository on Quay

🏈 RosterHash

Your Fantasy Football Command Center

Track all your leagues, matchups, and players in one dashboard

What is RosterHash?

RosterHash is your all-in-one fantasy football dashboard that connects to your Sleeper account to give you an overview of every league, every player, over a calendar view.

You can check it out here: rosterhash.edfig.dev

Features

  • Multi-League Dashboard - View all your Sleeper leagues at once
  • Live Score Updates and Indicator - See matchup score, player score per league, and Live game indicator.
  • NFL Schedule Integration - See when your players are playing. Benched players are right-aligned and greyed out.
  • Dark/Light Theme - Switch themes for day or night viewing
  • Mobile Responsive - Looks great on all devices
  • Container Ready - Easy deployment with containers for self-hosting

Quick Start

Option 1: Local Development

# Install dependencies
pip install -r requirements.txt

# Run the app
python app.py

# Visit http://localhost:5000

Option 2: Docker

# Build and run
docker-compose up

# Or run detached
docker-compose up -d

How to Use

  1. Enter your Sleeper username on the homepage
  2. View your dashboard - see all leagues and current week matchups
  3. Navigate weeks - check past weeks or look ahead
  4. Theme switching - toggle between light and dark modes

Screenshots

First Screenshot

First Screenshot

Contributing

Want to contribute?

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

This project is open source and available under the MIT License.