Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1 KB

File metadata and controls

54 lines (36 loc) · 1 KB

HiringFunnel

Stop copy-pasting the same answers into 50 LinkedIn Easy Apply forms.

HiringFunnel runs a real browser, fills out applications with your info, and submits them while you do literally anything else.

Demo

Quick Start

git clone https://github.com/pypesdev/hiring-funnel && cd hiring-funnel
python3 -m venv .venv
source .venv/bin/activate        # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python3 hiringfunnel.py

How It Works

  1. Add your LinkedIn credentials and basic info (phone, location, experience)
  2. Set target job titles and locations
  3. Select Start — watch it apply to jobs in a real browser window

Development

Prerequisites

  • Python 3.10+

Setup

python3 -m venv .venv
source .venv/bin/activate        # Windows: .venv\Scripts\activate
pip install -r requirements.txt

Run

python hiringfunnel.py

Testing

pip install pytest
python -m pytest tests/ -v

License

MIT