A simple API wrapper of Unofficial MCOC API(UMA).
pip install umapypip install git+https://github.com/Rexians/umapy.gitGet Champ Info-
from umapy import Client
client = Client()
abom = x.get_champ_info('ABOMINATION',6, 3)
print(abom.name)- Docs soon!!
Feel free to contribute by either opening an issue or a pull request.