Jobs_Applier_AI_Agent icon indicating copy to clipboard operation
Jobs_Applier_AI_Agent copied to clipboard

[FEATURE] - Better job blacklisting with regex

Open GuilhermeRameh opened this issue 3 months ago • 1 comments

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: image

If there is anything else i need to add, im happy to work on it!

GuilhermeRameh avatar Nov 04 '24 13:11 GuilhermeRameh