Riot (2) 썸네일형 리스트형 리그오브레전드 게임 데이터 수집기 만들기 [3화: 데이터 수집기_Riot-API 비사용 함수들] 우선 사용한 모듈들입니다. 사용처에 대해서는 차차... import requests import json import operator import datetime import time from skimage import io # 미니맵 처리 from sklearn.preprocessing import MinMaxScaler import matplotlib.pyplot as plt import numpy as np import pathlib import smtplib # 메일을 보내기 위한 라이브러리 모듈 from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText from email.mime.application i.. 리그오브레전드 게임 데이터 수집기 만들기 [2화: Riot API - 사용권한 얻기] Riot이 제공하는 데이터를 이용하기 위해서는 Riot API의 사용권한을 얻어야한다. https://developer.riotgames.com/ Riot Developer Portal About the Riot Games API With this site we hope to provide the League of Legends developer community with access to game data in a secure and reliable way. This is just part of our ongoing effort to respond to players' and developers' requests for data and developer.riotgames.com 위 사이트에서 Riot .. 이전 1 다음