Skip to main content

League of Legends live replay parser

Project description

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+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

datanashor-0.4.5-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page