Ripristina data_folder al commit af518b7d7b
This commit is contained in:
parent
19bb6c8c11
commit
98d63965a5
42
data_folder/config.yaml
Normal file
42
data_folder/config.yaml
Normal file
@ -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]
|
105
data_folder/plain_text_resume.yaml
Normal file
105
data_folder/plain_text_resume.yaml
Normal file
@ -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]"
|
||||||
|
]
|
||||||
|
}
|
3
data_folder/secrets.yaml
Normal file
3
data_folder/secrets.yaml
Normal file
@ -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]
|
Loading…
Reference in New Issue
Block a user