AIHawk-app / Auto_Jobs_Applier

Auto_Jobs_Applier_AIHawk is a tool that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
Other
21.82k stars 3.19k forks source link

[FEATURE]: More info on failed/skipped applications #755

Open javad3zafar opened 1 day ago

javad3zafar commented 1 day ago

Feature summary

Add 'reason' in failed and skipped json

Feature description

We have two JSON files that list the failed and skipped job applications where the bot either failed to apply or chose to skip for some reason. The "reason" in these files provides valuable information that can help improve our bot settings or resume tuning, enhancing our chances of securing better job matches.

Motivation

Improve our bot settings or resume tuning

Alternatives considered

add reason to skipped.json and failed.json

Additional context

No response

cjbbb commented 1 day ago

Usually, skip because "ai suitable score" or "black title list". Your issues are great and I will work on it.

javad3zafar commented 13 hours ago

ai suitable score

What does "AI suitability score" mean?

Also, I don’t have any blacklist for job titles, companies, or countries. One thing I noticed in both files is that the "job_recruiter" field is empty: "job_recruiter": "". I didn’t check that part of the code, so I’m not sure if this is a bug. However, it’s possible that if a job offer has no recruiter listed, the bot might decide to skip it for no valid reason.

If any help is needed, I’d be glad to assist.

cjbbb commented 11 hours ago

ai suitable score

What does "AI suitability score" mean?

Also, I don’t have any blacklist for job titles, companies, or countries. One thing I noticed in both files is that the "job_recruiter" field is empty: "job_recruiter": "". I didn’t check that part of the code, so I’m not sure if this is a bug. However, it’s possible that if a job offer has no recruiter listed, the bot might decide to skip it for no valid reason.

If any help is needed, I’d be glad to assist.

the reason part was added as #765. As for case "job_recruiter": "", I will test it and check.

If you find other bugs, you can just create a PR and @ me to review. Thx for your help!