gitmyhub

lakejobai-job-radar

Python ★ 35 updated 7d ago

boss招聘,翻页扫描批量投递 · AI 接管聊天 · 自动交换微信/简历 优化 · 沟通建议 · HR 真实姓名/法人识别 · LLM 智能联动 Web端日常操作 · CLI 端供AI代理

A local Python tool that automates job searching, applications, and AI-powered recruiter chat replies on the Chinese BOSS Zhipin platform, capped at 15 applications per day for personal use.

PythonPlaywrightFirefoxDeepSeekOpenAI APIsetup: moderatecomplexity 3/5

This is a job search automation tool for BOSS Zhipin, a popular Chinese job platform. The README is primarily in Chinese, with some English summaries. The tool is designed to help individual job seekers search listings across more than 60 cities, filter jobs by benefits such as five-day work weeks and social insurance, apply to multiple positions in one go, and let an AI model handle chat replies with recruiters automatically.

The project runs as a local Python server that controls a Firefox browser in the background to operate BOSS Zhipin on behalf of the user. There is a web dashboard you open at a local address to manage searches, view your application history, and configure the AI. There is also a command-line interface with 14 commands for the same operations, designed to output plain JSON so that AI agents can call it programmatically. The README includes a section specifically about integrating the CLI with AI agent frameworks.

Features include a conversion funnel that shows how many job listings you looked at, applied to, and received replies from, an AI analysis tool that scores how well a job description matches your background, a shortlist for saving promising positions, and automatic exchange of contact information like WeChat details and resumes during recruiter chats. The AI reply feature supports multiple model providers including DeepSeek, OpenRouter, and any service that uses the OpenAI API format.

The README is explicit about the tool's intended limits: it is for personal job hunting only, has a default cap of 15 applications per day, and must not be used for bulk account creation or commercial data collection. It also notes that automated activity should stop immediately if the platform's risk controls are triggered.

Installation requires Python 3.10 or later, a pip install command, and a Playwright Firefox browser download. After starting the server, you log into BOSS Zhipin by scanning a QR code in a browser window, then configure your AI provider credentials in the settings page.

Where it fits