Skip to content

Instantly share code, notes, and snippets.

@jeffsdata
jeffsdata / codapi.py
Last active June 9, 2021 15:39
Call of Duty - Python API
import requests
import json
from datetime import date
####################################
##
## Call of Duty API
## -- Go to "SETUP" to fill in missing data (username, password, deviceID)
## -- Note: Only really tested using Modern Warfare (mw) and Warzone (wz) games on Python 3.7.4 on Windows/Anaconda.
##