League of Legends live replay data parser package
DataNashor is a League of Legends live replay data parser package.
DataNashor parses live data from League Client using Riot's official Live Client Data API.
> pip install datanashor
Parse all replay files in the replay directories
from datanashor.parser import ReplayParser
parser = ReplayParser()
parser.parse()
League of Legends Client MUST be running.
from datanashor.parser import ReplayParser
parser = ReplayParser(current_game_version='12.20')
parser.get_client_metadata()
League of Legends KR Client
Windows System
Python 3.9+