cod-python-api
cod-python-api copied to clipboard
Call Of Duty API Library for python
Program would not connect to CallOfDuty.com **To Reproduce** Steps to reproduce the behavior: Script: `from cod_api import API, platforms api = API() api.login(ID) profile = api.Warzone.fullData(platforms.PSN, "mypsn") # returns data...
Great lib! WZ3 is out, can we have support for Warzone 3 and MW3 ? I tried to do it myself by doing this ```python class __WZ3(__GameDataCommons): """ Warzone 3...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...