Skip to content

Application to get League of Legends data from Riot's API.

Notifications You must be signed in to change notification settings

caiquecp/lol_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoL Data

LoL Data is a Python application made to fetch League of Legends data from Riot's API.

Installation

We use Poetry to manage this project dependencies.

poetry install

Configuration

We are using a .env file to setup the configuration.

env description required
champions_api_url Riot API URL for champions JSON yes
champions_key_selection List of keys (fields) to consider when fetching champions data yes
champions_data_path Path to save champions data as JSON yes

Usage

There are a few commands available at this moment.

Format code:

make format

Type checking with typing and mypy:

make check-typing

Run and build data (as JSON):

make run

Contributing

I'm not accepting pull requests since it's a project made to learn/study some things and maybe build something else.

License

Copyright © 2021 Caique Cunha Pereira

About

Application to get League of Legends data from Riot's API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published