Web Analytics

euroleague_api

⭐ 85 stars Korean by giasemidis

유로리그 API

이것은 EuroleagueEuroCup 리그를 위한 유로리그 API의 파이썬 패키지입니다. API 엔드포인트는 swagger 플랫폼에서 찾았으며, 블로그와 토론에서 발견된 몇 가지 추가 API 엔드포인트(예: 슛 데이터)도 포함되어 있습니다. 더 많은 엔드포인트가 추가될 예정입니다.

이 라이브러리가 마음에 드시면, 기부를 고려해 주세요.

Buy Me A Coffee

설치 방법

pip install euroleague-api

예제

from euroleague_api.shot_data import ShotData

season = 2022 game_code = 1 competition_code = "E"

shotdata = ShotData(competition_code) df = shotdata.get_game_shot_data(season, game_code)

See also the notebooks/get-season-stats.ipynb notebook for examples.

Documentation

Euroleague Data class

EuroleagueData.py

Game stats

game_stats.py

Player stats

player_stats.py

Team stats

team_stats.py

Standings

standings.py

Shot data

shot_data.py

Play-by-play data

play_by_play_data.py

Boxscore data

boxscore_data.py

Game Metadata

game_metadata.py

리그 일정

schedule.py

보조 함수

utils.py

해야 할 일

--- Tranlated By Open Ai Tx | Last indexed: 2026-06-06 ---