/medal-api

Unofficial API for medal.tv

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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"))