Skip to content

fifteen-GG/DataNashor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataNashor

League of Legends live replay data parser package

What is DataNashor?

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.

Installation

> pip install datanashor

Getting Started

Parse all replay files in the replay directories

from datanashor.parser import ReplayParser

parser = ReplayParser()
parser.parse()

To parse Client Metadata from lockfile

League of Legends Client MUST be running.

from datanashor.parser import ReplayParser

parser = ReplayParser(current_game_version='12.20')
parser.get_client_metadata()

Prerequisites

League of Legends KR Client
Windows System
Python 3.9+

About

League of Legends live replay data parser package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages