Merge branch 'main' of https://github.com/feder-cr/LinkedIn_AIHawk_automatic_job_application
This commit is contained in:
commit
e6903f43c2
37
readme.md
37
readme.md
@ -7,12 +7,10 @@
|
|||||||
3. [Installation](#installation)
|
3. [Installation](#installation)
|
||||||
4. [Configuration](#configuration)
|
4. [Configuration](#configuration)
|
||||||
5. [Usage](#usage)
|
5. [Usage](#usage)
|
||||||
6. [Optional Resume Feature](#optional-resume-feature)
|
6. [Troubleshooting](#troubleshooting)
|
||||||
7. [Documentation](#documentation)
|
7. [Contributors](#contributors)
|
||||||
8. [Troubleshooting](#troubleshooting)
|
8. [License](#license)
|
||||||
9. [Contributors](#contributors)
|
9. [Conclusion](#conclusion)
|
||||||
10. [License](#license)
|
|
||||||
11. [Conclusion](#conclusion)
|
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
@ -104,6 +102,20 @@ Defines your job search parameters and bot behavior.
|
|||||||
|
|
||||||
Contains your resume information in a structured format. Fill it out with your personal details, education, work experience, and skills. This information is used to auto-fill application forms and generate customized resumes.
|
Contains your resume information in a structured format. Fill it out with your personal details, education, work experience, and skills. This information is used to auto-fill application forms and generate customized resumes.
|
||||||
|
|
||||||
|
### Optional Resume Feature
|
||||||
|
|
||||||
|
LinkedIn_AIHawk offers flexibility in how it handles your resume:
|
||||||
|
|
||||||
|
- **Using a Specific Resume:**
|
||||||
|
If you want to use a specific PDF resume for all applications, run the bot with the `--resume` option:
|
||||||
|
```bash
|
||||||
|
python main.py --resume /path/to/your/resume.pdf
|
||||||
|
```
|
||||||
|
|
||||||
|
- **Dynamic Resume Generation:**
|
||||||
|
If you don't use the `--resume` option, the bot will automatically generate a unique resume for each application. This feature uses the information from your `plain_text_resume.yaml` file and tailors it to each specific job application, potentially increasing your chances of success by customizing your resume for each position.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. **Prepare the Data Folder:**
|
1. **Prepare the Data Folder:**
|
||||||
@ -118,19 +130,6 @@ Contains your resume information in a structured format. Fill it out with your p
|
|||||||
python main.py [--resume PATH_TO_RESUME_PDF]
|
python main.py [--resume PATH_TO_RESUME_PDF]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Optional Resume Feature
|
|
||||||
|
|
||||||
LinkedIn_AIHawk offers flexibility in how it handles your resume:
|
|
||||||
|
|
||||||
- **Using a Specific Resume:**
|
|
||||||
If you want to use a specific PDF resume for all applications, run the bot with the `--resume` option:
|
|
||||||
```bash
|
|
||||||
python main.py --resume /path/to/your/resume.pdf
|
|
||||||
```
|
|
||||||
|
|
||||||
- **Dynamic Resume Generation:**
|
|
||||||
If you don't use the `--resume` option, the bot will automatically generate a unique resume for each application. This feature uses the information from your `plain_text_resume.yaml` file and tailors it to each specific job application, potentially increasing your chances of success by customizing your resume for each position.
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For detailed information on each component and their respective roles, please refer to the [Documentation](docs/documentation.md) file.
|
For detailed information on each component and their respective roles, please refer to the [Documentation](docs/documentation.md) file.
|
||||||
|
Loading…
Reference in New Issue
Block a user