voidbydefault / EasyApplyBot

Bot for applying jobs using LinkedIn Easy Apply feature on LinkedIn
GNU General Public License v3.0
41 stars 30 forks source link

Yt mentioned error #8

Closed ausnaround closed 1 year ago

ausnaround commented 1 year ago

email: ############### password: ###################

disableAntiLock: False

remote: True

experienceLevel: internship: False entry: True associate: True mid-senior level: False director: False executive: False

jobTypes: full-time: True contract: True part-time: False temporary: True internship: False other: False volunteer: False

date: all time: True month: False week: False 24 hours: False

positions:

Data Analyst Technical Support Engineer Insights Analyst Data Engineer Business Intelligence Engineer Marketing Analyst Product Analyst locations: United Kingdom United States United Arab Emirates

- ...

Remote distance: 25 outputFileDirectory: C:\Users\user\Desktop\EasyApplyBot-maste

companyBlacklist:

- company

- company2

titleBlacklist:

- word1

- word2

posterBlacklist:

- name1

- name2

uploads: resume: C:\Users\user\Documents\Data Analyst Course\Project 4\New folder\FinalCV2023.pdf

Cover letter is optional

coverLetter: C:\Users\myDirectory\CoverLettter.pdf

------------ QA section -------------------

------------ Additional parameters: checkboxes ---------------

checkboxes:

Do you have a valid driver's license? (yes/no checkbox)

driversLicence: False

Will you now, or in the future, require sponsorship for employment visa status (e.g. H-1B visa status)? (yes/no checkbox)

This is relative to the location and your citizenship applying above, and same with legallyAuthorized.

requireVisa: False

Are you legally authorized to work in COUNTRY? (yes/no checkbox)

legallyAuthorized: True

We must fill this position urgently. Can you start immediately? (yes/no checkbox)

urgentFill: True

Are you comfortable commuting to this job's location? (yes/no checkbox)

commute: True

Are you comfortable working in a remote environment? (yes/no checkbox)

remote: True

Are you comfortable taking a drug in accordance with local/state laws? (yes/no checkbox)

drugTest: True

Are you willing to complete an assessment? (yes/no checkbox)

assessment: True

Have you completed the following level of education: DEGREE TYPE? (yes/no checkbox)

degreeCompleted:

Bachelor's Degree

Master's Degree

Are you willing to undergo a background check, in accordance with local law/regulations?

backgroundCheck: True

------------ Additional parameters: universityGpa ---------------

universityGpa: 4.0

------------ Additional parameters: salaryMinimum ---------------

salaryMinimum: 35000

------------ Additional parameters: languages ---------------

languages: english: Native or bilingual

None, Conversational, Professional, Native or bilingual

------------ Additional parameters: noticePeriod in weeks ---------------

noticePeriod: 2

------------ Additional parameters: years of experience ---------------

How many years of work experience do you have ...? (whole numbers only)

experience:

normal ones

Accounting/Auditing: 0 Administrative : 0 Advertising : 0 Analyst : 0 Art/Creative: 0 Business Development: 0 Consulting: 0 Customer Service: 0 Distribution Design: 0 Education: 0 Engineering: 0 Finance: 0 General Business: 0 Health Care Provider: 0 Human Resources: 0 Information Technology: 0 Legal: 0 Management: 0 Manufacturing: 0 Marketing: 0 Public Relations: 0 Purchasing: 0 Product Management: 0 Project Management: 0 Production: 0 Quality Assurance: 0 Research: 0 Sales: 0 Science: 0 Strategy/Planning: 0 Supply Chain: 0 Training: 0 Writing/Editing: 0 VBA: 0 PowerBI: 0 PowerQuery: 0 Excel: 0 PowerPoint: 0 Word: 0 SQL Server: 0 communication: 0 financial markets: 0 business: 0 financial services: 0 team leadership: 0 cash flow: 0 hedging: 0 treasury services: 0 microsoft power bi: 0 accounting: 0 auditing: 0 financial modeling: 0 budgeting & forecasting: 0 fp&a: 0 PQE: 0 Training & Development: 0

python: 0

selenium: 0

default to put for any industry/skill that you did not list

default: 0

------------ Additional parameters: personal info ---------------

personalInfo: First Name: ################## Last Name: #################### Phone Country Code: United Kingdom (+44) # See linkedin for your country code, must be exact according to the international platform, i.e. Italy (+39) not Italia (+39) Mobile Phone Number: ########## Street address: London City: London # Include the state/province as well! State: London Zip: ########### Linkedin: ###########################

Website: https://www.my-website.com/ # github/website is interchangeable here

MessageToManager: "Hi, I am a qualified professional with well decorated career and diversified experience. Please have a look at my resume. Thanks." # Keep message short and within the quotes. This is a testing feature and may not work.

------------ Additional parameters: USA employment crap ---------------

eeo: gender: None race: None veteran: None disability: None citizenship: None clearance: no

voidbydefault commented 1 year ago

Have you deleted all those hyphens? The config.yaml should appear like this:

date:
 all time: False
 month: True
 week: False
 24 hours: False

positions:
 - treasury analyst
 - finance manager
 - accounting manager
 - senior financial analyst
ausnaround commented 1 year ago

config.txt I have attached as a txt file , as the file is displayed with a hyphen in my config.yaml file in the project but when copied and pasted it changes .. image

ausnaround commented 1 year ago

when i put in my login into confif, it worked, except these now get this error ...

C:\Users\user\AppData\Local\Programs\Python\Python311\python.exe C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\main.py 
Starting the search for Business Intelligence in London.
Going to job page 0
Starting the application process for this page...
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Traceback (most recent call last):
  File "C:\Users\user\Documents\BOT\EasyApplyBot-master\EasyApplyBot-master\linkedineasyapply.py", line 181, in apply_jobs
    job_el =find_element(By.CLASS_NAME, 'job-card-list__title')
            ^^^^^^^^^^^^
NameError: name 'find_element' is not defined
Could not apply to the job!
Applying to jobs on this page has been completed!
Sleeping for 802.149106502533 seconds.
voidbydefault commented 1 year ago

I have posted a new video doing live demo last night, have a look at that. Ensure that you are only using English and for avoidance of doubt, keep the browser window used by the bot maximized.

https://youtu.be/IXflenwJzhQ

voidbydefault commented 1 year ago

Please don't create multiple threads. Bot code has no issues as you can see from the video in the link shared above. Closing this thread. Thanks for hanging on.