{"id":15878045,"url":"https://github.com/vldmrkl/cl-draw","last_synced_at":"2025-04-01T23:41:36.123Z","repository":{"id":138648443,"uuid":"438079378","full_name":"vldmrkl/cl-draw","owner":"vldmrkl","description":"Champions League Draw Helper ⚽️  ","archived":false,"fork":false,"pushed_at":"2021-12-14T05:02:05.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-07T15:26:07.512Z","etag":null,"topics":["champions-league","football","soccer","uefa"],"latest_commit_sha":null,"homepage":"","language":"Python","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/vldmrkl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-12-14T01:34:49.000Z","updated_at":"2023-03-08T22:09:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"de0ea5b4-ab29-49a2-b622-541ecab69fe2","html_url":"https://github.com/vldmrkl/cl-draw","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"859137ed02263ba54dd21f6cb9eb9131240fab30"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrkl%2Fcl-draw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrkl%2Fcl-draw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrkl%2Fcl-draw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrkl%2Fcl-draw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vldmrkl","download_url":"https://codeload.github.com/vldmrkl/cl-draw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246730290,"owners_count":20824396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["champions-league","football","soccer","uefa"],"created_at":"2024-10-06T02:20:27.059Z","updated_at":"2025-04-01T23:41:36.103Z","avatar_url":"https://github.com/vldmrkl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cl-draw\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/vldmrkl/cl-draw/blob/main/images/cl-draw-cli.png\" alt=\"program sample output\" /\u003e\u003c/p\u003e\n\n## What's cl-draw?\ncl-draw is an assistant tool for draws of Champions League (round of 16) style competitions. The creation of this tool was inspired after [UEFA voided the Champions League 21/22 Round of 16 draw because of technical issues](https://www.uefa.com/uefachampionsleague/news/0270-13f2ac0aff13-74f2ff9e43b1-1000--champions-league-round-of-16-draw-declared-void-and-will-be-red/).\n\n## How to use\n\n### Install dependencies\nIf you don't have pipenv:\n```\npip install --user pipenv\n```\n\nInstall dependencies from Pipfile:\n```\npipenv install\n```\n\n### Run\n`python main.py`\n\n## How this works\n### Input\nThis program expects an input file named 'teams.json', which has the following structure:\n```\n{\n  \"seeded\": [\n    {\n      \"team\": string,\n      \"group\": string,\n      \"country\": string\n    },\n    ...\n  ],\n  \"unseeded\": [\n    {\n      \"team\": string,\n      \"group\": string,\n      \"country\": string\n    },\n    ...\n  ]\n}\n```\n\n### Rules\nThe program currently follows UEFA's rules for their Champions League Round of 16 draw. This includes:\n* Teams from the same country cannot play each other\n* Teams from the same group cannot play each other\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvldmrkl%2Fcl-draw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvldmrkl%2Fcl-draw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvldmrkl%2Fcl-draw/lists"}