{"id":35299433,"url":"https://github.com/schiegl/wuzzln","last_synced_at":"2026-05-17T12:35:01.684Z","repository":{"id":270666584,"uuid":"883150703","full_name":"schiegl/wuzzln","owner":"schiegl","description":"ELO ranked table football platform","archived":false,"fork":false,"pushed_at":"2025-12-18T15:55:57.000Z","size":622,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T20:01:35.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schiegl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-04T13:16:38.000Z","updated_at":"2025-12-18T15:56:00.000Z","dependencies_parsed_at":"2025-01-02T09:22:49.791Z","dependency_job_id":"b93e54bc-8c19-4d2d-a440-99fd8c9ff3b3","html_url":"https://github.com/schiegl/wuzzln","commit_stats":null,"previous_names":["schiegl/wuzzln"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schiegl/wuzzln","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiegl%2Fwuzzln","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiegl%2Fwuzzln/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiegl%2Fwuzzln/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiegl%2Fwuzzln/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schiegl","download_url":"https://codeload.github.com/schiegl/wuzzln/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schiegl%2Fwuzzln/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33138551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-30T16:49:21.854Z","updated_at":"2026-05-17T12:35:01.679Z","avatar_url":"https://github.com/schiegl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wuzzln\n\nTable football (or _wuzzln_ in Austria) leaderboard for your organization or group.\n\n## Features\n- Player leaderboard with ranks\n- ELO-like rating for each player (defense and offense) using Trueskill\n- Tracking of game results \u0026 player statistics\n- Fair team assignments based on rating\n- Quarterly seasons with visual recap\n\n\n## Maintenance\n\nThe schema of the database can be found at: `database/create.sql`. When using `run.sh` to run the service, the database will be mounted at `~/database/db.sqlite`, where `~/database/` must be writable by the container. There is no user management in the web UI, therefore it has to be done manually with the sqlite database.\n\n\n### Open database\n\nThe simplest way to update the database is to open it in an interactive session with `sqlite3`.\n\n```sh\ncp ~/database/db.sqlite ~/db.sqlite.bak  # optional backup\nsqlite3 ~/database/db.sqlite\n```\n\n### Add player\n\nAdding a player is simply adding a new row to the `player` table.\n\n```sql\nINSERT INTO player VALUES ('bob_id', 'bobs_org_id', 'Bob', 1);\n```\n\n### Remove player\n\nTo keep history and ratings, players are not removed but set inactive. This will remove them from all player select mechanisms (e.g. dropdown for matchmaking).\n\n```sql\nUPDATE player SET active=0 WHERE id IN ('bob_id', 'alice_id');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschiegl%2Fwuzzln","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschiegl%2Fwuzzln","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschiegl%2Fwuzzln/lists"}