From de049fd3c511223dbe1844be077cebeedcbb4083 Mon Sep 17 00:00:00 2001 From: feder-cr Date: Sun, 4 Aug 2024 14:46:37 +0100 Subject: [PATCH] first --- data_folder/config.yaml | 42 ++++++++++++ data_folder/plain_text_resume.yaml | 105 +++++++++++++++++++++++++++++ data_folder/secrets.yaml | 3 + 3 files changed, 150 insertions(+) create mode 100644 data_folder/config.yaml create mode 100644 data_folder/plain_text_resume.yaml create mode 100644 data_folder/secrets.yaml diff --git a/data_folder/config.yaml b/data_folder/config.yaml new file mode 100644 index 0000000..1eaef16 --- /dev/null +++ b/data_folder/config.yaml @@ -0,0 +1,42 @@ +remote: [true/false] + +experienceLevel: + internship: [true/false] + entry: [true/false] + associate: [true/false] + mid-senior level: [true/false] + director: [true/false] + executive: [true/false] + +jobTypes: + full-time: [true/false] + contract: [true/false] + part-time: [true/false] + temporary: [true/false] + internship: [true/false] + other: [true/false] + volunteer: [true/false] + +date: + all time: [true/false] + month: [true/false] + week: [true/false] + 24 hours: [true/false] + +positions: + - [Positions 1] + - [Positions 2] + +locations: + - [Locations 1] + - [Locations 2] + +distance: [0 or 5 or 10 or 25 or 50 or 100] + +companyBlacklist: + - [Company Name 1] + - [Company Name 2] + +titleBlacklist: + - [Word 1] + - [Word 2] diff --git a/data_folder/plain_text_resume.yaml b/data_folder/plain_text_resume.yaml new file mode 100644 index 0000000..21d9e3c --- /dev/null +++ b/data_folder/plain_text_resume.yaml @@ -0,0 +1,105 @@ +{ + "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]" + ] +} \ No newline at end of file diff --git a/data_folder/secrets.yaml b/data_folder/secrets.yaml new file mode 100644 index 0000000..b92541b --- /dev/null +++ b/data_folder/secrets.yaml @@ -0,0 +1,3 @@ +email: [Your Linkedin email] +password: [Your Linkedin password] +openai_api_key: [OpenAi API key, tutorial -> https://medium.com/@lorenzozar/how-to-get-your-own-openai-api-key-f4d44e60c327] \ No newline at end of file