Merge branch 'main' of https://github.com/feder-cr/LinkedIn_AIHawk_automatic_job_application
This commit is contained in:
commit
6f549222cc
21
README.md
21
README.md
@ -7,12 +7,13 @@
|
||||
3. [Installation](#installation)
|
||||
4. [Configuration](#configuration)
|
||||
5. [Usage](#usage)
|
||||
6. [Troubleshooting](#troubleshooting)
|
||||
7. [Conclusion](#conclusion)
|
||||
8. [Contributors](#contributors)
|
||||
9. [Credits](#credits)
|
||||
10. [License](#license)
|
||||
11. [Disclaimer](#Disclaimer)
|
||||
6. [Documentation](#Documentation)
|
||||
7. [Troubleshooting](#troubleshooting)
|
||||
8. [Conclusion](#conclusion)
|
||||
9. [Contributors](#contributors)
|
||||
10. [Credits](#credits)
|
||||
11. [License](#license)
|
||||
12. [Disclaimer](#Disclaimer)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -79,7 +80,7 @@ LinkedIn_AIHawk steps in as a game-changing solution to these challenges. It's n
|
||||
|
||||
1. **Clone the repository:**
|
||||
```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
|
||||
```
|
||||
|
||||
@ -144,14 +145,14 @@ Contains your resume information in a structured format. Fill it out with your p
|
||||
|
||||
## 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
|
||||
|
||||
- **ChromeDriver Issues:** Ensure ChromeDriver is compatible with your installed Chrome version.
|
||||
- **Missing Files:** Verify that all necessary files are present in the data folder.
|
||||
- **Invalid YAML:** Check your YAML files for syntax errors.
|
||||
-
|
||||
|
||||
## 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.
|
||||
@ -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.
|
||||
|
||||
## 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.
|
||||
|
@ -1,105 +1,103 @@
|
||||
{
|
||||
"personalInformation": {
|
||||
"name": "[Your name]",
|
||||
"surname": "[Your surname]",
|
||||
"dateOfBirth": "[Your Date of Birth]",
|
||||
"country": "[Your country]",
|
||||
"city": "[Your city]",
|
||||
"address": "[Your address]",
|
||||
"phonePrefix": "[Your phone number prefix]",
|
||||
"phone": "[Your phone number]",
|
||||
"email": "[Your email]",
|
||||
"github": "[Link]",
|
||||
"linkedin": "[Link]"
|
||||
},
|
||||
"selfIdentification": {
|
||||
"gender": "[Specific gender identification]",
|
||||
"pronouns": "[Your Pronouns]",
|
||||
"veteran": "[Yes/No]",
|
||||
"disability": "[Yes/No]",
|
||||
"ethnicity": "[Specify ethnicity]"
|
||||
},
|
||||
"legalAuthorization": {
|
||||
"euWorkAuthorization": "[Yes/No]",
|
||||
"usWorkAuthorization": "[Yes/No]",
|
||||
"requiresUsVisa": "[Yes/No]",
|
||||
"legallyAllowedToWorkInUs": "[Yes/No]",
|
||||
"requiresUsSponsorship": "[Yes/No]",
|
||||
"requiresEuVisa": "[Yes/No]",
|
||||
"legallyAllowedToWorkInEu": "[Yes/No]",
|
||||
"requiresEuSponsorship": "[Yes/No]"
|
||||
},
|
||||
"workPreferences": {
|
||||
"remoteWork": "[Yes/No]",
|
||||
"inPersonWork": "[Yes/No]",
|
||||
"openToRelocation": "[Yes/No]",
|
||||
"willingToCompleteAssessments": "[Yes/No]",
|
||||
"willingToUndergoDrugTests": "[Yes/No]",
|
||||
"willingToUndergoBackgroundChecks": "[Yes/No]"
|
||||
},
|
||||
"educationDetails": [
|
||||
{
|
||||
"degree": "[Bachelor's/Master's/Ph.D.]",
|
||||
"university": "[Name of University]",
|
||||
"gpa": "[Your GPA]",
|
||||
"graduationYear": "[Year of Graduation]",
|
||||
"fieldOfStudy": "[Your Field of Study]",
|
||||
"skillsAcquired": {
|
||||
"blockchain": "[Years]",
|
||||
"iot": "[Years]",
|
||||
"python": "[Years]"
|
||||
}
|
||||
}
|
||||
],
|
||||
"experienceDetails": [
|
||||
{
|
||||
"position": "[Job Title]",
|
||||
"company": "[Company Name]",
|
||||
"employmentPeriod": "[Month, Year] - [Month, Year]",
|
||||
"location": "[City, Country]",
|
||||
"industry": "[Industry of the Company]",
|
||||
"keyResponsibilities": {
|
||||
"responsibility1": "[Years]",
|
||||
"responsibility2": "[Years]",
|
||||
"responsibility3": "[Years]"
|
||||
},
|
||||
"skillsAcquired": {
|
||||
"php": "[Years]",
|
||||
"python": "[Years]",
|
||||
"leadership": "[Years]",
|
||||
"problemSolving": "[Years]",
|
||||
"criticalThinking": "[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]"
|
||||
},
|
||||
"availability": {
|
||||
"noticePeriod": "[Specify notice period]"
|
||||
},
|
||||
"salaryExpectations": {
|
||||
"salaryRangeUSD": "[Specify your salary expectations in USD]"
|
||||
},
|
||||
"certifications": [
|
||||
"[Certification 1]",
|
||||
"[Certification 2]",
|
||||
"[Certification 3]"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"language": "Italian",
|
||||
"proficiency": "Native"
|
||||
},
|
||||
{
|
||||
"language": "English",
|
||||
"proficiency": "Professional"
|
||||
}
|
||||
],
|
||||
"interests": [
|
||||
"[List any hobbies or interests relevant to your professional profile]"
|
||||
]
|
||||
}
|
||||
personal_information:
|
||||
name: "[Your name]"
|
||||
surname: "[Your surname]"
|
||||
dateOfBirth: "[Your Date of Birth]"
|
||||
country: "[Your country]"
|
||||
city: "[Your city]"
|
||||
address: "[Your address]"
|
||||
phonePrefix: "[Your phone number prefix]"
|
||||
phone: "[Your phone number]"
|
||||
email: "[Your email]"
|
||||
github: "[Link]"
|
||||
linkedin: "[Link]"
|
||||
|
||||
self_identification:
|
||||
gender: "[Specific gender identification]"
|
||||
pronouns: "[Your Pronouns]"
|
||||
veteran: [true/false]
|
||||
disability: [true/false]
|
||||
ethnicity: "[Specify ethnicity]"
|
||||
|
||||
legal_authorization:
|
||||
euWorkAuthorization: [true/false]
|
||||
usWorkAuthorization: [true/false]
|
||||
requiresUsVisa: [true/false]
|
||||
legallyAllowedToWorkInUs: [true/false]
|
||||
requiresUsSponsorship: [true/false]
|
||||
requiresEuVisa: [true/false]
|
||||
legallyAllowedToWorkInEu: [true/false]
|
||||
requiresEuSponsorship: [true/false]
|
||||
|
||||
work_preferences:
|
||||
remoteWork: [true/false]
|
||||
inPersonWork: [true/false]
|
||||
openToRelocation: [true/false]
|
||||
willingToCompleteAssessments: [true/false]
|
||||
willingToUndergoDrugTests: [true/false]
|
||||
willingToUndergoBackgroundChecks: [true/false]
|
||||
|
||||
education_details:
|
||||
- degree: "[Bachelor's/Master's/Ph.D.]"
|
||||
university: "[Name of University]"
|
||||
gpa: "[Your GPA]"
|
||||
graduationYear: "[Year of Graduation]"
|
||||
fieldOfStudy: "[Your Field of Study]"
|
||||
skillsAcquired:
|
||||
leadership: "[Years]"
|
||||
problemSolving: "[Years]"
|
||||
criticalThinking: "[Years]"
|
||||
adaptability: "[Years]"
|
||||
perfectionism: "[Years]"
|
||||
yourSkill: "[Years]"
|
||||
yourSkill: "[Years]"
|
||||
|
||||
experience_details:
|
||||
- position: "[Job Title]"
|
||||
company: "[Company Name]"
|
||||
employmentPeriod: "[Month, Year] - [Month, Year]"
|
||||
location: "[City, Country]"
|
||||
industry: "[Industry of the Company]"
|
||||
keyResponsibilities:
|
||||
responsibility1: "[Description of responsibility1]"
|
||||
responsibility2: "[Description of responsibility1]"
|
||||
responsibility3: "[Description of responsibility1]"
|
||||
skillsAcquired:
|
||||
leadership: "[Years]"
|
||||
problemSolving: "[Years]"
|
||||
criticalThinking: "[Years]"
|
||||
adaptability: "[Years]"
|
||||
perfectionism: "[Years]"
|
||||
yourSkill: "[Years]"
|
||||
yourSkill: "[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]"
|
||||
|
||||
availability:
|
||||
noticePeriod: "[Specify notice period]"
|
||||
|
||||
salary_expectations:
|
||||
salaryRangeUSD: "[Specify your salary expectations in USD]"
|
||||
|
||||
certifications:
|
||||
- "[Certification 1]"
|
||||
- "[Certification 2]"
|
||||
- "[Certification 3]"
|
||||
|
||||
skills:
|
||||
problemSolving: "[Years]"
|
||||
criticalThinking: "[Years]"
|
||||
adaptability: "[Years]"
|
||||
perfectionism: "[Years]"
|
||||
yourSkill: "[Years]"
|
||||
yourSkill: "[Years]"
|
||||
|
||||
languages:
|
||||
- language: "Italian"
|
||||
proficiency: "Native"
|
||||
- language: "English"
|
||||
proficiency: "Professional"
|
||||
|
||||
interests:
|
||||
- "[List any hobbies or interests relevant to your professional profile]"
|
||||
|
1
documentation.md
Normal file
1
documentation.md
Normal file
@ -0,0 +1 @@
|
||||
Hi, I'm working on this one!
|
Loading…
Reference in New Issue
Block a user