LIMUXUALE0927 / riot_transmute

A simple wrapper to cast Riot API acquired data to the community-defined LoL DTO format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code style: black

Riot transmute

A simple wrapper to cast Riot API data to the community-defined LoL DTO format.

I recommend using riotwatcher or pantheon to acquire objects from the Riot API.

Installation

pip install riot_transmute

Usage

import riot_transmute

game_from_match = riot_transmute.match_to_game(match)
game_from_timeline = riot_transmute.match_timeline_to_game(match_timeline, game_id, platform_id)

Adding names to objects

Install extras

pip install riot_transmute[names]

Usage

game_witch_names = riot_transmute.match_to_game(match, add_names=True)

About

A simple wrapper to cast Riot API acquired data to the community-defined LoL DTO format.

License:MIT License


Languages

Language:Python 100.0%