Skip to content
/ umapy Public

A Python Wrapper for UMA API

License

Notifications You must be signed in to change notification settings

Rexians/umapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umapy

A simple API wrapper of Unofficial MCOC API(UMA).

Install (Stable Release)

pip install umapy

Install (Development Release)

pip install git+https://github.com/Rexians/umapy.git

Basic Usage

Get Champ Info-

from umapy import Client

client = Client()
abom = x.get_champ_info('ABOMINATION',6, 3)
print(abom.name)
  • Docs soon!!

Contribution

Feel free to contribute by either opening an issue or a pull request.

About

A Python Wrapper for UMA API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  

Languages