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
Release history Release notifications | RSS feed
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
File details
Details for the file datanashor-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: datanashor-0.4.5-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 194e1a600ccfa570b4c4bd0cc5cdbe2f0438845f6e28b829d5bc922d056f55dc |
|
MD5 | 911106f7ad1d38677661be3189ee79d0 |
|
BLAKE2b-256 | 7cf3985c4bab4eef47a046755a705363092d5cea236a99445acbd2c789ed4e8c |