- Go to python.org/downloads
- Download the latest version of Python for your operating system
- Run the installer and make sure to check the box that says "Add Python to PATH" during installation
- Restart your computer after installation
- Open Terminal (Mac) or Command Prompt (Windows)
- Navigate to the folder containing this project
- Run the following command:
pip install -r requirements.txt
- Open Terminal
- Run this command (replace
YOUR_API_KEY_HEREwith your actual API key):export OPENAI_API_KEY=YOUR_API_KEY_HERE - To make this permanent, add the same line to your
~/.zshrcor~/.bash_profilefile
- Open Command Prompt
- Run this command (replace
YOUR_API_KEY_HEREwith your actual API key):setx OPENAI_API_KEY "YOUR_API_KEY_HERE" - Close and reopen Command Prompt for the change to take effect
- Open the
config.yamlfile in a text editor - Fill in your LinkedIn email, password, and phone number
- Add the job positions and locations you want to search for
- Open Terminal (Mac) or Command Prompt (Windows)
- Navigate to the folder containing this project
- Run the following command:
python easyapplybot.py
The bot will start applying to jobs automatically based on your configuration!