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.
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- Add your LinkedIn credentials and basic info (phone, location, experience)
- Set target job titles and locations
- Select Start — watch it apply to jobs in a real browser window
- Python 3.10+
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txtpython hiringfunnel.pypip install pytest
python -m pytest tests/ -vMIT
