Skip to content

Instantly share code, notes, and snippets.

View Engineer152's full-sized avatar

Engineer152

View GitHub Profile
@Engineer152
Engineer152 / codapi.py
Created June 9, 2021 14:52 — forked from jeffsdata/codapi.py
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.
##