INNER CODE UNIT · Python

UnansweredQuestions

GodsScion/Auto_job_applier_linkedIn · runAiBot.py:98

class UnansweredQuestions(Exception):
    '''
    Raised when required questions have no answer in `config/questions.py`. The job is
    skipped, not failed - there is nothing broken to retry, the user has to add answers.
    '''

tabs_count = 1
easy_applied_count = 0
external_jobs_count = 0
failed_count = 0
skip_count = 0
dailyEasyApplyLimitReached = False

re_experience = re.compile(r'[(]?\s*(\d+)\s*[)]?\s*[-to]*\s*\d*[+]*\s*year[s]?', re.IGNORECASE)

desired_salary_lakhs = str(round(desired_salary / 100000, 2))
desired_salary_monthly = str(round(desired_salary/12, 2))
desired_salary = str(desired_salary)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…