wodsuz / EasyApplyJobsBot

A python bot to automatically apply all Linkedin,Glassdoor, etc Easy Apply jobs based on your preferences. Auto login, auto fill additional questions, apply automatically!
https://www.automated-bots.com/
Other
424 stars 141 forks source link

Could you help me please? #18

Closed ah2020b closed 9 months ago

ah2020b commented 1 year ago

ython3 linkedin.py /home/andre/codigo/EasyApplyJobsBot/linkedin.py:13: DeprecationWarning: executable_path has been deprecated, please pass in a Service object self.driver = webdriver.Chrome(ChromeDriverManager().install()) Trying to log in linkedin. Couldnt log in Linkedin. Urls are created successfully, now the bot will visit those urls. Traceback (most recent call last): File "/home/andre/codigo/EasyApplyJobsBot/linkedin.py", line 214, in Linkedin().linkJobApply() File "/home/andre/codigo/EasyApplyJobsBot/linkedin.py", line 51, in linkJobApply totalPages = utils.jobsToPages(totalJobs) File "/home/andre/codigo/EasyApplyJobsBot/utils.py", line 51, in jobsToPages totalJobs_int = int(totalJobs.replace(',', '')) ValueError: invalid literal for int() with base 10: '32.079' andre@andre-pc:~/codigo/EasyApplyJobsBot$

code-with-amitk commented 1 year ago

Couldnt log in Linkedin.

        try:    
            self.driver.find_element("id","username").send_keys(config.email)
            time.sleep(2)
            self.driver.find_element("id","password").send_keys(config.password)
            time.sleep(3)
            self.driver.find_element("xpath",'//*[@id="organic-div"]/form/div[3]/button').click()
        except:
            prRed("Couldnt log in Linkedin.")

you have not configured correct username, password in config.py

wodsuz commented 9 months ago

The code is updated. Soon pro version will be released on our site - https://www.automated-bots.com/