A Selenium automation written in Python that automatically fills out common fields on Job Application forms. You can configure your answer to these forms by creating a Postgres database with a table called "question_answers" containing your answers to the questions.
This is meant to be run on Ubuntu. You can run it by running apply_to_jobs.py with Python 3 after creating a Python virtual environment and installing dependencies.
When you run this, it will open a chromium browser. Press the "CTRL" key to get it to start autofilling the questions you configured. Press "ESC" to get it to pause the autofilling.