Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 353 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 353 Bytes

medal-api

Unofficial API Client for medal.tv

Usage

# Don't know if this can be done any better
from medal_api import MedalAPI

# Create the API object
api = MedalAPI()

# Query user info
print(api.get_user("Test"))

# Get a category
print(api.get_category(0))

# Get recent games
print(api.get_recent_games("Test"))