{"id":21346656,"url":"https://github.com/manucabral/fifa-ranking","last_synced_at":"2026-01-06T05:32:11.916Z","repository":{"id":210470265,"uuid":"726607183","full_name":"manucabral/fifa-ranking","owner":"manucabral","description":"pyfifa | A easy-to-use wrapper lib for fetching fifa ranking and more","archived":false,"fork":false,"pushed_at":"2024-07-21T20:25:32.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T23:41:19.391Z","etag":null,"topics":["fifa","fifa-api","fifaranking","fifaworldcup","fifawrapper","football","football-analytics","football-data","rankingfifa","scraping","scrapper"],"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/manucabral.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":"2023-12-02T21:21:29.000Z","updated_at":"2024-07-21T02:21:19.000Z","dependencies_parsed_at":"2023-12-11T03:36:59.404Z","dependency_job_id":null,"html_url":"https://github.com/manucabral/fifa-ranking","commit_stats":null,"previous_names":["manucabral/pyfifa"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Ffifa-ranking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Ffifa-ranking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Ffifa-ranking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manucabral%2Ffifa-ranking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manucabral","download_url":"https://codeload.github.com/manucabral/fifa-ranking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576056,"owners_count":20638084,"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":["fifa","fifa-api","fifaranking","fifaworldcup","fifawrapper","football","football-analytics","football-data","rankingfifa","scraping","scrapper"],"created_at":"2024-11-22T02:09:59.677Z","updated_at":"2026-01-06T05:32:11.872Z","avatar_url":"https://github.com/manucabral.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyfifa\nA lightweight and easy-to-use wrapper that allows you to extract data from FIFA.com and more.\n\n### Installation\nFrom PyPI\n\u003e No available.\n \nFrom source code (clone it)\n```bash\ngit clone https://github.com/manucabral/pyfifa.git\n```\nFrom GithubCLI\n```bash\ngh repo clone manucabral/pyfifa\n```\n\n### Usage\nUsing the ranking.\n```py\nimport pyfifa\nranking = pyfifa.Ranking()\nfor item in ranking.items():\n  print(item.rank, item.name)\n```\n\nExtra: change lang and limit items.\n```py\nranking = pyfifa.Ranking(lang=\"fr\", limit=5)\n```\n\nExporting (json or csv)\n```py\nranking.export(extension=\"json\", filename=\"ranking\")\n```\n\nFetching ranking ids.\n```py\nimport pyfifa\nfor rankingId in pyfifa.ranking_ids():\n    print(\"ID\", rankingId.value, \"Date\", rankingId.date)\n```\nFetching a certain ranking id.\n```py\nimport pyfifa\n\nrankingIds = pyfifa.ranking_ids()\n\n# Get the first FIFA ranking id\nlastRankingId = rankingIds[-1]\n\nranking = pyfifa.Ranking(id=lastRankingId)\n```\n\n\n### Constributions\nAll constributions, bug reports or fixes and ideas are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanucabral%2Ffifa-ranking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanucabral%2Ffifa-ranking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanucabral%2Ffifa-ranking/lists"}