{"id":13614306,"url":"https://github.com/cedricblondeau/world-cup-2022-cli-dashboard","last_synced_at":"2026-01-14T16:13:27.746Z","repository":{"id":63522200,"uuid":"568246057","full_name":"cedricblondeau/world-cup-2022-cli-dashboard","owner":"cedricblondeau","description":"Watch live World Cup 2022 matches in your terminal. ⚽🏆","archived":false,"fork":false,"pushed_at":"2023-10-31T01:49:36.000Z","size":2447,"stargazers_count":441,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T18:44:10.441Z","etag":null,"topics":["bubbletea","cli","dashboard","football","go","golang","lipgloss","soccer","terminal","tui","worldcup","worldcup2022"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedricblondeau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-19T22:43:40.000Z","updated_at":"2025-04-08T15:29:53.000Z","dependencies_parsed_at":"2023-10-31T03:31:16.224Z","dependency_job_id":null,"html_url":"https://github.com/cedricblondeau/world-cup-2022-cli-dashboard","commit_stats":{"total_commits":58,"total_committers":4,"mean_commits":14.5,"dds":0.5,"last_synced_commit":"630685f639881e72ef2f14cac9e04dc1011ec715"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cedricblondeau/world-cup-2022-cli-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricblondeau%2Fworld-cup-2022-cli-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricblondeau%2Fworld-cup-2022-cli-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricblondeau%2Fworld-cup-2022-cli-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricblondeau%2Fworld-cup-2022-cli-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedricblondeau","download_url":"https://codeload.github.com/cedricblondeau/world-cup-2022-cli-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricblondeau%2Fworld-cup-2022-cli-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","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":["bubbletea","cli","dashboard","football","go","golang","lipgloss","soccer","terminal","tui","worldcup","worldcup2022"],"created_at":"2024-08-01T20:00:59.662Z","updated_at":"2026-01-14T16:13:27.727Z","avatar_url":"https://github.com/cedricblondeau.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"![screenshot](https://raw.githubusercontent.com/cedricblondeau/world-cup-2022-cli-dashboard/main/screenshot.png)\n\n# World Cup 2022 CLI Dashboard [![lint](https://github.com/cedricblondeau/world-cup-2022-cli-dashboard/workflows/lint/badge.svg)](https://github.com/cedricblondeau/world-cup-2022-cli-dashboard/actions) [![test](https://github.com/cedricblondeau/world-cup-2022-cli-dashboard/workflows/test/badge.svg)](https://github.com/cedricblondeau/world-cup-2022-cli-dashboard/actions) [![release](https://badgen.net/github/release/cedricblondeau/world-cup-2022-cli-dashboard)](https://github.com/cedricblondeau/world-cup-2022-cli-dashboard/releases)\n\n[![forthebadge](https://raw.githubusercontent.com/BraveUX/for-the-badge/master/src/images/badges//built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://raw.githubusercontent.com/BraveUX/for-the-badge/master/src/images/badges/kinda-sfw.svg)](https://forthebadge.com) [![forthebadge](https://raw.githubusercontent.com/BraveUX/for-the-badge/master/src/images/badges/made-with-go.svg)](https://forthebadge.com)\n\nFeatured in 📹 [Charm in the Wild | December 2022](https://www.youtube.com/watch?v=XuTb7Ao27w4\u0026t=252s) ❤️.\n\n## Features\n\n- ⚽ Live matches (goals, bookings, substitutions)\n- 🗒️ Team lineups\n- 📅 Scheduled and past matches\n- 📒 Standings \u0026 bracket\n- 📊 Player stats (goals, yellow cards, red cards)\n\n## Install\n\n### Method 1: Homebrew 🍺\n\nInstall:\n```bash\nbrew tap cedricblondeau/cedricblondeau\nbrew install world-cup-2022-cli-dashboard\n```\n\nRun:\n```bash\nworld-cup-2022-cli-dashboard\n```\n\n### Method 2: Docker 🐳\n\nBuild from the `main` branch:\n```bash\ndocker build --no-cache https://github.com/cedricblondeau/world-cup-2022-cli-dashboard.git#main -t world-cup-2022-cli-dashboard\n```\n\nRun it:\n```bash\ndocker run -ti -e TZ=America/Toronto world-cup-2022-cli-dashboard\n```\n\nReplace `America/Toronto` with the desired timezone.\n\n### Method 3: Go package\n\nRequirements:\n- Go 1.19+ (with `$PATH` properly set up)\n- Git\n\n```bash\ngo install github.com/cedricblondeau/world-cup-2022-cli-dashboard@latest\nworld-cup-2022-cli-dashboard\n```\n\n### Method 4: Pre-compiled binaries\n\nPre-compiled binaries are available on the [releases page](https://github.com/cedricblondeau/world-cup-2022-cli-dashboard/releases).\n\n## UI\n\nUI is powered by [bubbletea](https://github.com/charmbracelet/bubbletea) and [lipgloss](https://github.com/charmbracelet/lipgloss).\n\nFor optimal results, it's recommended to use a terminal with:\n- True Color (24-bit) support;\n- at least 160 columns and 50 rows.\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricblondeau%2Fworld-cup-2022-cli-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedricblondeau%2Fworld-cup-2022-cli-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricblondeau%2Fworld-cup-2022-cli-dashboard/lists"}