https://github.com/Engineer152/codapi_py
https://github.com/Engineer152/codapi_py
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Engineer152/codapi_py
- Owner: Engineer152
- License: mit
- Created: 2022-02-28T19:46:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T20:47:09.000Z (over 3 years ago)
- Last Synced: 2024-12-04T04:33:43.970Z (12 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Engineer152/codapi_py - (Python)
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)
```