A code redeemer for Call of Duty.
Automatically redeems any amount double EXP codes, to save time.
- Python >= 3.8
- Google Chrome (>= v126)
- Git
Make sure you have all prerequisites ready
- Clone this project using git
git clone git@github.com:rico-vz/cod-code-redeemer.git
cd cod-code-redeemer- Install all the requirements using pip
pip install -r requirements.txt- Create a
config.yamlfile based onconfig.yaml.example, and edit it to your liking
cp config.yaml.example config.yaml-
Put your codes in
codes.txt, where each line is a new code
` -
Run the CoD Code Redeemer using Python
py redeemer.pyFollow any further instructions in your terminal.
