Automate sending applications using Python, Selenium and GPT-3.5-Turbo.
git clone https://github.com/FujiwaraChoki/jobber.git
cd jobber
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Populate config.json
cp config.json.example config.json
vim config.json
python main.py