Skip to content

Engineer152/codapi_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CODAPI Wrapper Written in Python

Initial Setup

from codapi_py import CODAPI

# Initialize
codapi = CODAPI(sso_token="",cookies={},headers={},proxies=[])

## Example Endpoints
# WZ Profile
data=codapi.MWwz(gamertag,platform)

# WZ Matches
data=codapi.MWcombatwz(gamertag,platform)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages