{"id":20178348,"url":"https://github.com/xylium117/rubidium","last_synced_at":"2026-02-11T09:06:35.821Z","repository":{"id":259751498,"uuid":"867013735","full_name":"xylium117/rubidium","owner":"xylium117","description":"An interactive football simulator using FIFA24 data","archived":false,"fork":false,"pushed_at":"2025-02-04T07:08:29.000Z","size":3249,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T21:34:24.207Z","etag":null,"topics":["fifa","fifa-24","football","football-analytics","football-data","simulator","soccer-analytics"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xylium117.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-10-03T09:47:21.000Z","updated_at":"2025-02-04T07:08:32.000Z","dependencies_parsed_at":"2024-10-27T20:14:27.695Z","dependency_job_id":"2faad5a8-b816-4f2a-a1e1-03b29cdc815f","html_url":"https://github.com/xylium117/rubidium","commit_stats":null,"previous_names":["xylium117/rubidium"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xylium117/rubidium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xylium117%2Frubidium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xylium117%2Frubidium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xylium117%2Frubidium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xylium117%2Frubidium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xylium117","download_url":"https://codeload.github.com/xylium117/rubidium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xylium117%2Frubidium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":["fifa","fifa-24","football","football-analytics","football-data","simulator","soccer-analytics"],"created_at":"2024-11-14T02:20:25.825Z","updated_at":"2026-02-11T09:06:35.801Z","avatar_url":"https://github.com/xylium117.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rubidium\n\nAn interactive football simulator using FIFA24 (FC24) data and analytics\n\n\u003cp align=”center”\u003e\n\u003cimg width=\"1000\" src=\"https://raw.githubusercontent.com/xylium117/rubidium/refs/heads/master/banner.png\" alt=\"Banner\"\u003e\n\u003c/p\u003e\n\n---\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\u0026nbsp;\n![NumPy](https://img.shields.io/badge/Numpy-777BB4?style=for-the-badge\u0026logo=numpy\u0026logoColor=white)\u0026nbsp;\n[![License: MIT](https://img.shields.io/badge/LICENSE-GPL_3.0-green?style=for-the-badge)](https://github.com/xylium117/pavillion/blob/master/LICENSE.md)\n\n\n## Table of Contents 📜\n\n- Overview 🌟\n- Features 📂\n- Getting Started 🚀\n- Contributing 🤝\n- Roadmap 📈\n- License 📝\n\n## Getting Started 🚀\n\nClone the project\n```bash\ngit clone https://github.com/xylium117/rubidium.git\n```\nThen proceed open the directory.\n```bash\ncd rubidium\n```\nSetup and activate virtual environment (optional)\n```bash\n# To create a virtual env:\npython -m venv .venv\n\n# For activation use one of the following commands based on your OS:\nsource .venv/bin/activate   # On Mac / Linux\n.venv\\Scripts\\activate.bat  # In Windows CMD\n.venv\\Scripts\\Activate.ps1  # In Windows PowerShell\n```\nInstall the required packages from the `requirements.txt` file\n```bash\npip install -r requirements.txt\n```\n\nExecute the program\n```bash\npython simulator\n```\n\nView all data\n```bash\ncd simulator\npython viewdata.py\n```\n\n### Prerequisites 📋\n\nTo run Rubidium, [Python](https://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe) must be downloaded. An IDE is also suggested if you want to contribute to the code. 🏗️\n\n## Contributing 🤝\n\nContributions are welcome! If you have any improvements, bug fixes, or new projects to add to this gallery, please follow these steps:\n\n1. Fork this repository.\n2. Create a new branch for your feature (`git checkout -b feature-name`).\n3. Make your changes and commit them (`git commit -m 'Add new project'`).\n4. Push to your branch (`git push origin feature-name`).\n5. Open a pull request and describe your changes. 🚀🔗\n\n## Roadmap 📈\n\n- [x] Add trackers for season and match analytics\n- [x] Update player roster with custom players\n- [x] Add preliminary data visualization\n- [x] Improve UI and UX\n- [x] Add viewall.py script\n- [x] Implement fuzzy matching to improve UX\n- [x] Add more Leagues and update player roster\n- [ ] Finalise data visualisation and viewall.py script\n- [ ] Improve Match mechanics (Yellow Cards, Substitutions)\n- [ ] Player stats dump and career regression\n- [ ] Implement tournaments\n   - [ ] World Cup\n   - [ ] UCL\n- [ ] Implement international matches\n\nSee the [open issues](https://github.com/xylium117/rubidium/issues) for a full list of proposed features (and known issues).\n\n## License 📝\n\nThis repository is licensed under the [GPL License](LICENSE.md). Feel free to use and modify the code as you see fit. \n\n---\nEnjoy simulating Test matches! Cheers! 🍻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxylium117%2Frubidium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxylium117%2Frubidium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxylium117%2Frubidium/lists"}