/codeRedeemerPy

A small script to decrypt giveaway codes and test them

Primary LanguagePython

Install:

git clone "https://github.com/jchicano/codeRedeemerPy.git"
cd ProjectInitializationAutomation
pip install -r requirements.txt
touch .env
Then open the .env file and store your username, password, and desired url. Use the provided format at the bottom of this README.

Usage:

To run the script type in 'python main.py'

Env File Format:

USER="Username123"
PASS="Password123"
URL="https://myweb.page"