Skip to content

meraki-analytics/champyongg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###ChampyonGG

A thin python wrapper for the champion.gg api. (Only tested for Python 3)

import champyongg

champyongg.set_api_key(<YOUR-KEY-HERE>)
champyongg.print_calls(True)

items_by_role = champyongg.get_most_popular_items("Blitzcrank")  # http://api.champion.gg/docs/#api-Champion-GetChampionMostPopularItems
for role_data in items_by_role:
    print(role_data.role)
    print(role_data.winPercent)
    print(role_data.items)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages