Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Engineer152/codapi_py


https://github.com/Engineer152/codapi_py

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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)
```