Skip to content
 
 

Latest commit

 

History

386 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Job Application Assistant — Windows (Customized Fork)

English | 中文说明

🪟 This is the Windows version (main branch). Setup and instructions below target Windows. 🍎 macOS users: use the macOS-tuned mac_branch branch instead (Spotlight-based Chrome detection + a dedicated macOS guide).

Local Control Center Web UI

This is a customized fork of the open-source job application assistant, modified from the original project GodsScion/Auto_job_applier_linkedIn (licensed under AGPLv3).

Key Customizations & Upgrades

This fork introduces several advanced features tailored for research/academic job hunting (such as Ph.D. positions) and a much friendlier local onboarding experience:

  1. Local Web Control Center: Includes a Flask-based local web dashboard (beginner_app.py at 127.0.0.1:5050) allowing users to configure parameters, target roles, upload resumes, and choose login styles visually without modifying code.
  2. AI-Powered Suitability Evaluator ("Brain Upgrade"): Integrates with Google Gemini API to analyze job descriptions against your uploaded Word format master resume (resume.docx) (or optionally a custom structured project experience inventory file career_project_inventory.md if present in the root folder). The bot calculates an alignment score (0-100) and decides to skip jobs that fall below a suitability threshold (<50), reducing account ban risks and ensuring higher application quality.
  3. Tailored Textarea Answers: Automatically generates customized summaries matching the job description and injects them into application essay questions (e.g., summaries, cover letters).
  4. Persistent Skip Memory: Checks both applied and failed/skipped history files during initialization to avoid repeating or re-opening job listings that were previously processed.
  5. Self-Healing Version Matcher: Automatically detects the installed Google Chrome version on Windows and matches the ChromeDriver major version at run time to prevent browser version mismatch crashes.

Start here

  1. Install Google Chrome.
  2. Install Python 3.10+ and select Add Python to PATH.
  3. Download and extract this repository.
  4. Double-click:
START_HERE.bat

The script installs required components when needed and opens a private local page at http://127.0.0.1:5050.

What the user provides

  • contact and location information
  • work authorization and sponsorship status
  • target roles and search location
  • LinkedIn/profile links
  • a PDF resume
  • a LinkedIn login choice

Manual LinkedIn login is recommended. If credentials are entered in the local page, the password is passed only to the current child process and is not written to the profile JSON.

Safety defaults

Beginner mode always:

  • keeps the browser visible
  • pauses before every final submission
  • prevents continuous background operation
  • disables automatic company following
  • disables optional AI/API integrations
  • blocks startup until a PDF resume and required profile fields exist
  • requires the exact confirmation text REVIEW

Browser automation can make mistakes when LinkedIn changes its interface. Review every field and never leave it unattended.

Architecture

START_HERE.bat
  -> setup-for-beginners.ps1
  -> beginner_app.py (127.0.0.1 only)
  -> user_data/profile.json + uploaded resume
  -> safety preflight
  -> runAiBot.py

Detailed design: docs/ARCHITECTURE.md.

Private files

The following must never be published:

  • user_data/
  • config/secrets.py
  • config/personals.py
  • browser profiles and cookies
  • resumes and generated application documents
  • application history and API keys

Review git status before every commit or push.

Advanced use

  • python app.py — application-history dashboard
  • python tools/preflight_check.py — command-line safety check
  • runAiBot.py — legacy direct entry; the local control center is preferred
  • modules/ai/ — optional advanced integrations, disabled in beginner mode
  • requirements-optional.txt — packages for AI, DOCX, and Playwright tools

Limitations

  • LinkedIn verification and CAPTCHA must be completed manually.
  • UI changes may break browser selectors.
  • The tool does not guarantee application accuracy or job-search outcomes.
  • Users are responsible for following platform terms and applicable law.

License

AGPLv3. See LICENSE.

About

Make your job hunt easy by automating your application process with this Auto Applier

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages