Conversation
新增自包含的 51job(前程无忧)采集模块 jobs_51job.py,含: - 分簇节奏(BurstPacer)防风控:簇内快 + 簇间长停 - 薪资严格过滤(中文万/千/年薪解析) - 排除词 / JD排除词 / 屏蔽公司 - 风控检测(静默降级三信号 + L0-L3 风险等级)+ 风控日志 - 断点续采(关键词级 checkpoint,默认自动续采) 配套改动: - db.py:jobs 表加 source 字段(boss/51job 区分)+ collect_progress 表 - jobs.py(BOSS):source 字段 + 断点续采 + db 路径跟随 _base_dir⚠️ 声明:本模块仅个人本地测试通过,未经过充分生产验证。 使用者在真实环境(尤其国内 IP)运行采集,可能触发 51job 风控, 由此导致的账号限流、封禁等后果由使用者自行承担,本仓库维护者不负责。 详见:src/bosshunter/scraper/jobs_51job模块说明.md
Collaborator
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增自包含的 51job(前程无忧)采集模块 jobs_51job.py,含:
配套改动:
使用者在真实环境(尤其国内 IP)运行采集,可能触发 51job 风控,
由此导致的账号限流、封禁等后果由使用者自行承担,本仓库维护者不负责。
详见:src/bosshunter/scraper/jobs_51job模块说明.md