Automates repetitive Workday applications by filling in constant information across most portals, including basic contact, education, and demographic information.
📖 Table of Contents
The search for software engineering internships can be a time-consuming process. The first step to getting an internship is the application and many companies opt to use the Workday system for application portals. 😬
❗ Workday Application Issues
- Need to create an account for each company
- Resume autofill struggles with proper formatting & auto-filling some information
- Inability to save answers to questions regarding gender, ethnicity, education, etc., even if your answer won't ever change
Each application can take about 2-3 minutes to fill out, because of these issues.
demo.mp4
Note: You will need Node.js installed on your local computer. If you need to install, you can do so at Download Node.js.
Run the command below in the terminal to copy the code from the repository to your local computer.
git clone https://github.com/ubangura/Workday-Application-Automator.git
In the newly created directory, run the command to install Puppeteer.
npm i puppeteer
Then simply replace the default information in information.js with your own, add the URL to a job posting on Workday in apply.js, and run the command to start the automation script.
node apply.js