Jobs_Applier_AI_Agent
Jobs_Applier_AI_Agent copied to clipboard
[FEATURE] - Better job blacklisting with regex
Solves #667
What i added:
- import of re library for regex
- added regex pattern generation on "set_parameters" function to run it only at the start
- added function "generate_regex_patterns" for the generation itself, based on the blacklist parameters already defined before
- modified "is_blacklisted" function to use re library and regex patterns created
Local tests were successfull:
If there is anything else i need to add, im happy to work on it!