{"id":37085102,"url":"https://github.com/ah00ee/python-league","last_synced_at":"2026-01-14T10:27:43.713Z","repository":{"id":204425545,"uuid":"708728431","full_name":"ah00ee/python-league","owner":"ah00ee","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-09T01:00:35.000Z","size":109,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T10:35:24.258Z","etag":null,"topics":["league","league-of-legends","lol","openapi","python","python-league"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/python-league/","language":"Jupyter Notebook","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/ah00ee.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}},"created_at":"2023-10-23T09:13:31.000Z","updated_at":"2023-11-09T13:01:37.000Z","dependencies_parsed_at":"2023-11-07T12:25:17.809Z","dependency_job_id":"9702c10a-db06-4951-a9ca-23422762977b","html_url":"https://github.com/ah00ee/python-league","commit_stats":null,"previous_names":["ah00ee/python-league"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ah00ee/python-league","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ah00ee%2Fpython-league","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ah00ee%2Fpython-league/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ah00ee%2Fpython-league/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ah00ee%2Fpython-league/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ah00ee","download_url":"https://codeload.github.com/ah00ee/python-league/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ah00ee%2Fpython-league/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:25:19.714Z","status":"ssl_error","status_checked_at":"2026-01-14T10:22:49.371Z","response_time":107,"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":["league","league-of-legends","lol","openapi","python","python-league"],"created_at":"2026-01-14T10:27:43.248Z","updated_at":"2026-01-14T10:27:43.706Z","avatar_url":"https://github.com/ah00ee.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-league\nPython-league는 Riot API를 사용하여 간편하게 리그 오브 레전드(롤) 데이터를 사용할 수 있도록 만든 python 라이브러리입니다.\n\n# NOTICE\nRiotGames is now recommending using Riot ID instead of summonerName. It supports getting information by summonerName right now, but it will be unsupported in the future.\n\n\u003cimg src=\"img/example_riot_id.png\" alt=\"example_riot_id\" width=400\u003e\n\n## Installation\n![Generic badge](https://img.shields.io/badge/pypi-v0.0.5-yellow.svg)\n```\npip install python-league --upgrade\n```\n\n## Tutorial\nHere's \u003ca href=\"https://github.com/ah00ee/python-league/blob/main/tutorial.ipynb\"\u003etutorial\u003c/a\u003e for your information.\n\n## Region \u0026 Platform values\n|Region|Platform|\n|--|--|\n|America|NA1|\n||BR1|\n||LA1|\n||LA2|\n|Asia|JP1|\n||KR|\n||PH2|\n||SG2|\n||TH2|\n||TW2|\n||VN2|\n|Europe|EUN1|\n||EUW1|\n||TR1|\n||RU|\n|Sea|OC1|\n\n\n## How to use\n```python\nfrom league import LeagueAPI\n\nlol = LeagueAPI(api_key=\"Your API KEY\")\n\nsummoner = lol.get_summoner_by_name(summoner_name=\"summoner name\")\nprint(summoner.info())\n```\n\n## Warning\n라이브러리 사용을 위해 Development API KEY를 발급받은 경우, Riot Games에서 rate limit을 1초에 20 requests, 2분에 100 requests로 제한하고 있습니다. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fah00ee%2Fpython-league","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fah00ee%2Fpython-league","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fah00ee%2Fpython-league/lists"}