Skip to content

This tool will show you the bad match-ups on the graph.

Notifications You must be signed in to change notification settings

macoJ-J/League-Of-Inui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

乾

League-Of-Inui

リーグオブレジェンドのサモナーネームと調べたいchampを入力すると自分のそのchampの戦績がグラフで表示されます。

If you enter the summoner name and the champion name you want to check, the results of your own champ will be displayed in a graph.

Demo

sample

Blue bar meaning "win",orange bar meaning "lose".
If you pick ADC or Support, then analyze both enemy champ in bot lane.

Requirement

matplotlib
request_oauthlib
config_of_inui.py(config file)

Usage

create config_of_inui.py

then input those.

config_of_inui.py
# -*- coding: utf-8 -*-  
  
API_KEY = "" #https://developer.riotgames.com  
ACCOUNT_NAME = "" #your account name  
SERVER_ID = "" # https://developer.riotgames.com/regional-endpoints.html  
LOCALE = " #input locale, such as ja_JP,en_US  

run league-of-inui.py

input your champion name what want to analyze.

Author

macoj

Releases

No releases published

Packages

No packages published

Languages