This commit is contained in:
feder-cr 2024-08-10 18:56:30 +01:00
commit 6f549222cc
3 changed files with 115 additions and 115 deletions

View File

@ -7,12 +7,13 @@
3. [Installation](#installation) 3. [Installation](#installation)
4. [Configuration](#configuration) 4. [Configuration](#configuration)
5. [Usage](#usage) 5. [Usage](#usage)
6. [Troubleshooting](#troubleshooting) 6. [Documentation](#Documentation)
7. [Conclusion](#conclusion) 7. [Troubleshooting](#troubleshooting)
8. [Contributors](#contributors) 8. [Conclusion](#conclusion)
9. [Credits](#credits) 9. [Contributors](#contributors)
10. [License](#license) 10. [Credits](#credits)
11. [Disclaimer](#Disclaimer) 11. [License](#license)
12. [Disclaimer](#Disclaimer)
## Introduction ## Introduction
@ -79,7 +80,7 @@ LinkedIn_AIHawk steps in as a game-changing solution to these challenges. It's n
1. **Clone the repository:** 1. **Clone the repository:**
```bash ```bash
git https://github.com/feder-cr/LinkedIn_AIHawk_automatic_job_application git clone https://github.com/feder-cr/LinkedIn_AIHawk_automatic_job_application
cd LinkedIn_AIHawk_automatic_job_application cd LinkedIn_AIHawk_automatic_job_application
``` ```
@ -144,14 +145,14 @@ Contains your resume information in a structured format. Fill it out with your p
## 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](documentation.md) file.
## Troubleshooting ## Troubleshooting
- **ChromeDriver Issues:** Ensure ChromeDriver is compatible with your installed Chrome version. - **ChromeDriver Issues:** Ensure ChromeDriver is compatible with your installed Chrome version.
- **Missing Files:** Verify that all necessary files are present in the data folder. - **Missing Files:** Verify that all necessary files are present in the data folder.
- **Invalid YAML:** Check your YAML files for syntax errors. - **Invalid YAML:** Check your YAML files for syntax errors.
-
## Conclusion ## Conclusion
LinkedIn_AIHawk provides a significant advantage in the modern job market by automating and enhancing the job application process. With features like dynamic resume generation and AI-powered personalization, it offers unparalleled flexibility and efficiency. Whether you're a job seeker aiming to maximize your chances of landing a job, a recruiter looking to streamline application submissions, or a career advisor seeking to offer better services, LinkedIn_AIHawk is an invaluable resource. By leveraging cutting-edge automation and artificial intelligence, this tool not only saves time but also significantly increases the effectiveness and quality of job applications in today's competitive landscape. LinkedIn_AIHawk provides a significant advantage in the modern job market by automating and enhancing the job application process. With features like dynamic resume generation and AI-powered personalization, it offers unparalleled flexibility and efficiency. Whether you're a job seeker aiming to maximize your chances of landing a job, a recruiter looking to streamline application submissions, or a career advisor seeking to offer better services, LinkedIn_AIHawk is an invaluable resource. By leveraging cutting-edge automation and artificial intelligence, this tool not only saves time but also significantly increases the effectiveness and quality of job applications in today's competitive landscape.
@ -175,4 +176,4 @@ LinkedIn_AIHawk is still in beta, and your feedback, suggestions, and contributi
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Disclaimer ## Disclaimer
LinkedIn_AIHawk is developed for educational purposes only. The creator does not assume any responsibility for its use. Users should ensure they comply with LinkedIn's terms of service and any applicable laws and regulations when using this tool. The use of automated tools for job applications may have implications on user accounts, and caution is advised. LinkedIn_AIHawk is developed for educational purposes only. The creator does not assume any responsibility for its use. Users should ensure they comply with LinkedIn's terms of service, any applicable laws and regulations, and ethical considerations when using this tool. The use of automated tools for job applications may have implications on user accounts, and caution is advised.

View File

@ -1,105 +1,103 @@
{ personal_information:
"personalInformation": { name: "[Your name]"
"name": "[Your name]", surname: "[Your surname]"
"surname": "[Your surname]", dateOfBirth: "[Your Date of Birth]"
"dateOfBirth": "[Your Date of Birth]", country: "[Your country]"
"country": "[Your country]", city: "[Your city]"
"city": "[Your city]", address: "[Your address]"
"address": "[Your address]", phonePrefix: "[Your phone number prefix]"
"phonePrefix": "[Your phone number prefix]", phone: "[Your phone number]"
"phone": "[Your phone number]", email: "[Your email]"
"email": "[Your email]", github: "[Link]"
"github": "[Link]", linkedin: "[Link]"
"linkedin": "[Link]"
}, self_identification:
"selfIdentification": { gender: "[Specific gender identification]"
"gender": "[Specific gender identification]", pronouns: "[Your Pronouns]"
"pronouns": "[Your Pronouns]", veteran: [true/false]
"veteran": "[Yes/No]", disability: [true/false]
"disability": "[Yes/No]", ethnicity: "[Specify ethnicity]"
"ethnicity": "[Specify ethnicity]"
}, legal_authorization:
"legalAuthorization": { euWorkAuthorization: [true/false]
"euWorkAuthorization": "[Yes/No]", usWorkAuthorization: [true/false]
"usWorkAuthorization": "[Yes/No]", requiresUsVisa: [true/false]
"requiresUsVisa": "[Yes/No]", legallyAllowedToWorkInUs: [true/false]
"legallyAllowedToWorkInUs": "[Yes/No]", requiresUsSponsorship: [true/false]
"requiresUsSponsorship": "[Yes/No]", requiresEuVisa: [true/false]
"requiresEuVisa": "[Yes/No]", legallyAllowedToWorkInEu: [true/false]
"legallyAllowedToWorkInEu": "[Yes/No]", requiresEuSponsorship: [true/false]
"requiresEuSponsorship": "[Yes/No]"
}, work_preferences:
"workPreferences": { remoteWork: [true/false]
"remoteWork": "[Yes/No]", inPersonWork: [true/false]
"inPersonWork": "[Yes/No]", openToRelocation: [true/false]
"openToRelocation": "[Yes/No]", willingToCompleteAssessments: [true/false]
"willingToCompleteAssessments": "[Yes/No]", willingToUndergoDrugTests: [true/false]
"willingToUndergoDrugTests": "[Yes/No]", willingToUndergoBackgroundChecks: [true/false]
"willingToUndergoBackgroundChecks": "[Yes/No]"
}, education_details:
"educationDetails": [ - degree: "[Bachelor's/Master's/Ph.D.]"
{ university: "[Name of University]"
"degree": "[Bachelor's/Master's/Ph.D.]", gpa: "[Your GPA]"
"university": "[Name of University]", graduationYear: "[Year of Graduation]"
"gpa": "[Your GPA]", fieldOfStudy: "[Your Field of Study]"
"graduationYear": "[Year of Graduation]", skillsAcquired:
"fieldOfStudy": "[Your Field of Study]", leadership: "[Years]"
"skillsAcquired": { problemSolving: "[Years]"
"blockchain": "[Years]", criticalThinking: "[Years]"
"iot": "[Years]", adaptability: "[Years]"
"python": "[Years]" perfectionism: "[Years]"
} yourSkill: "[Years]"
} yourSkill: "[Years]"
],
"experienceDetails": [ experience_details:
{ - position: "[Job Title]"
"position": "[Job Title]", company: "[Company Name]"
"company": "[Company Name]", employmentPeriod: "[Month, Year] - [Month, Year]"
"employmentPeriod": "[Month, Year] - [Month, Year]", location: "[City, Country]"
"location": "[City, Country]", industry: "[Industry of the Company]"
"industry": "[Industry of the Company]", keyResponsibilities:
"keyResponsibilities": { responsibility1: "[Description of responsibility1]"
"responsibility1": "[Years]", responsibility2: "[Description of responsibility1]"
"responsibility2": "[Years]", responsibility3: "[Description of responsibility1]"
"responsibility3": "[Years]" skillsAcquired:
}, leadership: "[Years]"
"skillsAcquired": { problemSolving: "[Years]"
"php": "[Years]", criticalThinking: "[Years]"
"python": "[Years]", adaptability: "[Years]"
"leadership": "[Years]", perfectionism: "[Years]"
"problemSolving": "[Years]", yourSkill: "[Years]"
"criticalThinking": "[Years]", yourSkill: "[Years]"
"adaptability": "[Years]",
"perfectionism": "[Years]" projects:
} project1: "[Description of significant projects you've worked on + if available repo link]"
} project2: "[Description of significant projects you've worked on + if available repo link]"
],
"projects": { availability:
"project1": "[Description of significant projects you've worked on + if available repo link]", noticePeriod: "[Specify notice period]"
"project2": "[Description of significant projects you've worked on + if available repo link]"
}, salary_expectations:
"availability": { salaryRangeUSD: "[Specify your salary expectations in USD]"
"noticePeriod": "[Specify notice period]"
}, certifications:
"salaryExpectations": { - "[Certification 1]"
"salaryRangeUSD": "[Specify your salary expectations in USD]" - "[Certification 2]"
}, - "[Certification 3]"
"certifications": [
"[Certification 1]", skills:
"[Certification 2]", problemSolving: "[Years]"
"[Certification 3]" criticalThinking: "[Years]"
], adaptability: "[Years]"
"languages": [ perfectionism: "[Years]"
{ yourSkill: "[Years]"
"language": "Italian", yourSkill: "[Years]"
"proficiency": "Native"
}, languages:
{ - language: "Italian"
"language": "English", proficiency: "Native"
"proficiency": "Professional" - language: "English"
} proficiency: "Professional"
],
"interests": [ interests:
"[List any hobbies or interests relevant to your professional profile]" - "[List any hobbies or interests relevant to your professional profile]"
]
}

1
documentation.md Normal file
View File

@ -0,0 +1 @@
Hi, I'm working on this one!