Easy-Apply-bot
Easy-Apply-bot copied to clipboard
Easy Apply Bot for LinkedIn
Results
2
Easy-Apply-bot issues
Sort by
recently updated
recently updated
newest added
Easy apply positions require a phone number. Use the following lines of code to remedy the issue. self.browser.find_element_by_xpath('//*[@id="apply-form-phone-input"]').send_keys(" Your Phone Number") to def send_resume(self):
Only the first job is picked to apply for. After the first job it jumps to the next page. It seems that only the first url is found. get_job_links(self, page):...