/gragas

a smol Python wrapper for querying League of Legends eSports data from the unofficial endpoint

Primary LanguagePython

Gragas: a smol League of Legends eSports wrapper

A smol Python wrapper for querying League of Legends eSports data from the unofficial endpoint

Using Gragas

First, clone the repository:

$ git clone https://github.com/amphy/gragas.git

Then, you should be able to just import gragas and use it in your Python scripts:

import gragas

g = gragas.Gragas()

# Call Gragas functions using g under here!