From 99550d8658efc3d2a864e5af574de10366bdbbc5 Mon Sep 17 00:00:00 2001 From: Federico <85809106+feder-cr@users.noreply.github.com> Date: Sun, 11 Aug 2024 00:56:22 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70b7ccf..05ff892 100644 --- a/README.md +++ b/README.md @@ -241,15 +241,16 @@ Using this folder as a guide can be particularly helpful for: #### Important Note ## Usage - -1. **Data Folder:** +0. **LinkedIn language** + To ensure the bot works, your LinkedIn language must be set to English. + +2. **Data Folder:** Ensure that your data_folder contains the following files: - `secrets.yaml` - `config.yaml` - `plain_text_resume.yaml` - - `resume.pdf` (optional) -2. **Run the Bot:** +3. **Run the Bot:** LinkedIn_AIHawk offers flexibility in how it handles your pdf resume: From 5bc7506e2f8ffb5c69b2f764d9025856d427d478 Mon Sep 17 00:00:00 2001 From: Federico <85809106+feder-cr@users.noreply.github.com> Date: Sun, 11 Aug 2024 00:58:49 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 05ff892..376c5fb 100644 --- a/README.md +++ b/README.md @@ -73,18 +73,13 @@ LinkedIn_AIHawk steps in as a game-changing solution to these challenges. It's n 2. **Download and Install Google Chrome:** - Download and install the latest version of Google Chrome in its default location from the [official website](https://www.google.com/chrome). -3. **Download and Install ChromeDriver:** - - Download the appropriate ChromeDriver version for your installed Google Chrome from the [ChromeDriver download page](https://googlechromelabs.github.io/chrome-for-testing/). - - - -1. **Clone the repository:** +3. **Clone the repository:** ```bash git clone https://github.com/feder-cr/LinkedIn_AIHawk_automatic_job_application cd LinkedIn_AIHawk_automatic_job_application ``` -2. **Install the required packages:** +4. **Install the required packages:** ```bash pip install -r requirements.txt ```