Work — 2026
Wordle Seasons
A self-hosted Discord bot that turns the daily Wordle into a league with a season and a winner.
Runs on: discord
Everyone already pastes their Wordle result into the group chat. Wordle Seasons scores it.
Players paste as usual; the bot reads the grid, tracks the running table, handles missed days without letting one holiday end someone’s season, and announces a winner when the season closes. Each channel runs its own independent season, and one instance serves any number of servers.
Deliberately boring to run: Python, discord.py, SQLite on disk, one docker-compose up. No external service, no hosted database, nothing to renew. Add a bot token and it’s live.