Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Engineer152/codapi_py
https://github.com/Engineer152/codapi_py
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Engineer152/codapi_py
- Owner: Engineer152
- License: mit
- Created: 2022-02-28T19:46:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T20:47:09.000Z (almost 3 years ago)
- Last Synced: 2024-08-14T07:09:18.076Z (5 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)
```