Skip to content

gianklug/medal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages