A script that automatically applies to jobs for me. Web scrapes the BYU Handshake website when you search for any job and applies to all the jobs with quick apply. Written in Python using Selenium.
touch .env
Make sure to fill
.envwith correct contents (see.env.example).
python script.py -q "Web developer"
-q or --query is the flag where you can enter the job you're interested in.
