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.
To run the script type in 'python main.py'
USER="Username123"
PASS="Password123"
URL="https://myweb.page"