Skip to content

marcusshepp/pyblanc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Wrapper for League of Legends

Get the data you want, quickly.


Quick Start:

pip install pyblanc

python

>>> from pyblanc.pyblanc import LeagueStat
>>> ls = LeagueStat(summoner='foo')
>>> average_cs = ls.average_cs()
>>> average_cs
35.5 
>>> ls.kills()
[12, 5, 7, 15, 9, 9, 13, 0, 11, 3]
>>> ls.cs_per_min() 
{"zeroToTen": 12, "tenToTwenty": 20, "twentyToThirty", 30}

About

A Python wrapper for a League of Legends API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages